[all-commits] [llvm/llvm-project] c384b2: [opt] Remove temporary legacy pass name translations

aeubanks via All-commits all-commits at lists.llvm.org
Fri Oct 7 11:10:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c384b20b55c730f2382013d18b41269f04757873
      https://github.com/llvm/llvm-project/commit/c384b20b55c730f2382013d18b41269f04757873
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-10-07 (Fri, 07 Oct 2022)

  Changed paths:
    M llvm/test/Analysis/MemorySSA/pr41853.ll
    M llvm/test/CodeGen/PowerPC/no-dup-of-bdnz.ll
    M llvm/test/Transforms/CodeExtractor/2004-03-14-NoSwitchSupport.ll
    M llvm/test/Transforms/EarlyCSE/AArch64/intrinsics.ll
    M llvm/test/Transforms/EarlyCSE/AArch64/ldstN.ll
    M llvm/test/Transforms/EarlyCSE/AMDGPU/memrealtime.ll
    M llvm/test/Transforms/EarlyCSE/PowerPC/read-reg.ll
    M llvm/test/Transforms/EarlyCSE/X86/preserve_memoryssa.ll
    M llvm/test/Transforms/EarlyCSE/and_or.ll
    M llvm/test/Transforms/EarlyCSE/atomics.ll
    M llvm/test/Transforms/EarlyCSE/basic.ll
    M llvm/test/Transforms/EarlyCSE/commute.ll
    M llvm/test/Transforms/EarlyCSE/conditional.ll
    M llvm/test/Transforms/EarlyCSE/defaultfp-strictfp.ll
    M llvm/test/Transforms/EarlyCSE/ebstrict-strictfp.ll
    M llvm/test/Transforms/EarlyCSE/edge.ll
    M llvm/test/Transforms/EarlyCSE/fence.ll
    M llvm/test/Transforms/EarlyCSE/flags.ll
    M llvm/test/Transforms/EarlyCSE/floatingpoint.ll
    M llvm/test/Transforms/EarlyCSE/getmatchingvalue-crash.ll
    M llvm/test/Transforms/EarlyCSE/globalsaa-memoryssa.ll
    M llvm/test/Transforms/EarlyCSE/guards.ll
    M llvm/test/Transforms/EarlyCSE/instsimplify-dom.ll
    M llvm/test/Transforms/EarlyCSE/invariant-loads.ll
    M llvm/test/Transforms/EarlyCSE/memoryssa.ll
    M llvm/test/Transforms/EarlyCSE/mixed-strictfp.ll
    M llvm/test/Transforms/EarlyCSE/nonmixed-strictfp.ll
    M llvm/test/Transforms/EarlyCSE/phi.ll
    M llvm/test/Transforms/EarlyCSE/pr33406.ll
    M llvm/test/Transforms/EarlyCSE/reuse-preserved-memoryssa.ll
    M llvm/test/Transforms/EarlyCSE/round-dyn-strictfp.ll
    M llvm/test/Transforms/EarlyCSE/tfpropagation.ll
    M llvm/test/Transforms/GVNHoist/pr37445.ll
    M llvm/test/Transforms/GVNHoist/pr38807.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/multiply-minimal.ll
    M llvm/test/Transforms/SampleProfile/pseudo-probe-cse.ll
    M llvm/tools/opt/NewPMDriver.cpp

  Log Message:
  -----------
  [opt] Remove temporary legacy pass name translations

And update corresponding tests.




More information about the All-commits mailing list