common_sub_expr_elim

Controls the use of Common Subexpression Elimination optimization at low-level.

Syntax
  #pragma common_sub_expr_elim on | off | reset  
Remarks

If you enable this pragma, the compiler replaces similar redundant expressions with a single expression.

This pragma corresponds to -common_sub_expr_elim command line option.