Skip to content
  • Hal Finkel's avatar
    Add a loop rerolling flag to the PassManagerBuilder · 29aeb205
    Hal Finkel authored
    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
    29aeb205
Loading