opt_strength_reduction

Controls the use of strength reduction optimization.

Syntax
  #pragma opt_strength_reduction on | off | reset
  
  
Remarks

If you enable this pragma, the compiler replaces array element arithmetic instructions with pointer arithmetic instructions to make loops faster.

This pragma does not correspond to any panel setting. By default, this setting is related to the global_optimizer level.