[PATCH] D87948: [LoopSimplifyCFG][NewPM] Rename simplify-cfg -> loop-simplifycfg

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 14:50:05 PDT 2020


aeubanks created this revision.
aeubanks added reviewers: ychen, asbirlea.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
aeubanks requested review of this revision.

This matches the legacy PM name and makes all tests in
Transforms/LoopSimplifyCFG pass under NPM.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87948

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87948.292905.patch
Type: text/x-patch
Size: 13420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200918/dccf9b34/attachment.bin>


More information about the llvm-commits mailing list