This patch enables passing options to SimplifyCFGPass via the passes pipeline.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D60675
[NewPM] Add Option handling for SimplifyCFG ClosedPublic Authored by skatkov on Apr 14 2019, 10:47 PM.
Details Summary This patch enables passing options to SimplifyCFGPass via the passes pipeline.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Apr 14 2019, 11:26 PM Closed by commit rL358379: [NewPM] Add Option handling for SimplifyCFG (authored by skatkov). · Explain WhyApr 15 2019, 1:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 195106 llvm/trunk/lib/Passes/PassBuilder.cpp
llvm/trunk/lib/Passes/PassRegistry.def
llvm/trunk/test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table.ll
llvm/trunk/test/Transforms/SimplifyCFG/CoveredLookupTable.ll
llvm/trunk/test/Transforms/SimplifyCFG/ForwardSwitchConditionToPHI.ll
llvm/trunk/test/Transforms/SimplifyCFG/X86/disable-lookup-table.ll
llvm/trunk/test/Transforms/SimplifyCFG/X86/switch-covered-bug.ll
llvm/trunk/test/Transforms/SimplifyCFG/X86/switch-table-bug.ll
llvm/trunk/test/Transforms/SimplifyCFG/X86/switch_to_lookup_table.ll
llvm/trunk/test/Transforms/SimplifyCFG/branch-fold-threshold.ll
llvm/trunk/test/Transforms/SimplifyCFG/multiple-phis.ll
llvm/trunk/test/Transforms/SimplifyCFG/no-md-sink.ll
llvm/trunk/test/Transforms/SimplifyCFG/preserve-llvm-loop-metadata.ll
llvm/trunk/test/Transforms/SimplifyCFG/rangereduce.ll
llvm/trunk/test/Transforms/SimplifyCFG/sink-common-code.ll
llvm/trunk/test/Transforms/SimplifyCFG/switch_undef.ll
|