Make the flags in LICM + MemorySSA tuning options in the old and new
pass managers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D60490
[LICM & MemorySSA] Make limit flags pass tuning options. ClosedPublic Authored by asbirlea on Apr 9 2019, 4:30 PM.
Details Summary Make the flags in LICM + MemorySSA tuning options in the old and new
Diff Detail
Event Timelineasbirlea added a parent revision: D59723: [NewPassManager] Adding pass tuning options: loop vectorize..Apr 9 2019, 4:31 PM This revision was not accepted when it landed; it landed in state Needs Review.Apr 19 2019, 10:46 AM Closed by commit rL358772: [LICM & MemorySSA] Make limit flags pass tuning options. (authored by asbirlea). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 195885 llvm/trunk/include/llvm/Passes/PassBuilder.h
llvm/trunk/include/llvm/Transforms/IPO/PassManagerBuilder.h
llvm/trunk/include/llvm/Transforms/Scalar.h
llvm/trunk/include/llvm/Transforms/Scalar/LICM.h
llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h
llvm/trunk/lib/Passes/PassBuilder.cpp
llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp
llvm/trunk/lib/Transforms/Scalar/LICM.cpp
llvm/trunk/lib/Transforms/Scalar/LoopSink.cpp
|