llvm/flang/tools/bbc
Slava Zakharin 9c0acc42e8 [flang] Run algebraic simplification optimization pass.
Try 2 to merge 4fbd1d6c87.

Flang algebraic simplification pass will run algebraic simplification
rewrite patterns for Math/Complex/etc. dialects. It is enabled
under opt-for-speed optimization levels (i.e. for O1/O2/O3; Os/Oz will not
enable it).

With this change the FIR/MLIR optimization pipeline becomes affected
by the -O* optimization level switches. Until now these switches
only affected the middle-end and back-end.

Differential Revision: https://reviews.llvm.org/D130035
2022-07-21 11:43:39 -07:00
..
.clang-format
bbc.cpp [flang] Run algebraic simplification optimization pass. 2022-07-21 11:43:39 -07:00
CMakeLists.txt [flang] Run algebraic simplification optimization pass. 2022-07-21 11:43:39 -07:00