This matches the legacy PM name and makes all tests in
Transforms/LoopSimplifyCFG pass under NPM.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D87948
[LoopSimplifyCFG][NewPM] Rename simplify-cfg -> loop-simplifycfg ClosedPublic Authored by aeubanks on Sep 18 2020, 2:50 PM.
Details Summary This matches the legacy PM name and makes all tests in
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 18 2020, 4:11 PM Closed by commit rG5249e6f24876: [LoopSimplifyCFG][NewPM] Rename simplify-cfg -> loop-simplifycfg (authored by aeubanks). · Explain WhySep 21 2020, 8:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 293181 llvm/lib/Passes/PassRegistry.def
llvm/test/Transforms/GVN/preserve-analysis.ll
llvm/test/Transforms/LICM/hoist-bitcast-load.ll
llvm/test/Transforms/LICM/hoist-deref-load.ll
llvm/test/Transforms/LoopSimplifyCFG/constant-fold-branch.ll
llvm/test/Transforms/LoopSimplifyCFG/handle_dead_exits.ll
llvm/test/Transforms/LoopSimplifyCFG/irreducible_cfg.ll
llvm/test/Transforms/LoopSimplifyCFG/lcssa.ll
llvm/test/Transforms/LoopSimplifyCFG/live_block_marking.ll
llvm/test/Transforms/LoopSimplifyCFG/merge-header.ll
llvm/test/Transforms/LoopSimplifyCFG/mssa_update.ll
llvm/test/Transforms/LoopSimplifyCFG/phi_with_duplicating_inputs.ll
llvm/test/Transforms/LoopSimplifyCFG/update_parents.ll
llvm/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-iteration.ll
|