Controls the use of loop invariant optimization.
#pragma opt_loop_invariants on | off | reset
If you enable this pragma, the compiler moves all computations that do not change inside a loop outside the loop, which then runs faster.
This pragma does not correspond to any panel setting.