llvm-project/llvm/include
Hal Finkel 29aeb20518 Add a loop rerolling flag to the PassManagerBuilder
This adds a boolean member variable to the PassManagerBuilder to control loop
rerolling (just like we have for unrolling and the various vectorization
options). This is necessary for control by the frontend. Loop rerolling remains
disabled by default at all optimization levels.

llvm-svn: 194966
2013-11-17 16:02:50 +00:00
..
llvm Add a loop rerolling flag to the PassManagerBuilder 2013-11-17 16:02:50 +00:00
llvm-c Add a loop rerolling pass 2013-11-16 23:59:05 +00:00