[all-commits] [llvm/llvm-project] 5249e6: [LoopSimplifyCFG][NewPM] Rename simplify-cfg -> lo...

aeubanks via All-commits all-commits at lists.llvm.org
Mon Sep 21 08:27:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5249e6f24876ea577de51ad2f9166a2e466171b9
      https://github.com/llvm/llvm-project/commit/5249e6f24876ea577de51ad2f9166a2e466171b9
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-09-21 (Mon, 21 Sep 2020)

  Changed paths:
    M llvm/lib/Passes/PassRegistry.def
    M llvm/test/Transforms/GVN/preserve-analysis.ll
    M llvm/test/Transforms/LICM/hoist-bitcast-load.ll
    M llvm/test/Transforms/LICM/hoist-deref-load.ll
    M llvm/test/Transforms/LoopSimplifyCFG/constant-fold-branch.ll
    M llvm/test/Transforms/LoopSimplifyCFG/handle_dead_exits.ll
    M llvm/test/Transforms/LoopSimplifyCFG/irreducible_cfg.ll
    M llvm/test/Transforms/LoopSimplifyCFG/lcssa.ll
    M llvm/test/Transforms/LoopSimplifyCFG/live_block_marking.ll
    M llvm/test/Transforms/LoopSimplifyCFG/merge-header.ll
    M llvm/test/Transforms/LoopSimplifyCFG/mssa_update.ll
    M llvm/test/Transforms/LoopSimplifyCFG/phi_with_duplicating_inputs.ll
    M llvm/test/Transforms/LoopSimplifyCFG/update_parents.ll
    M llvm/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-iteration.ll

  Log Message:
  -----------
  [LoopSimplifyCFG][NewPM] Rename simplify-cfg -> loop-simplifycfg

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

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D87948




More information about the All-commits mailing list