Controls the use of Common Subexpression Elimination optimization at low-level.
#pragma common_sub_expr_elim on | off | reset
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.