[PATCH] D139677: [opt] NewPM: `opt -passname` syntax is dead, long live `opt -passes=<pipeline>`!

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 15:00:08 PST 2022


lebedev.ri created this revision.
lebedev.ri added a reviewer: aeubanks.
lebedev.ri added a project: LLVM.
Herald added a project: All.
lebedev.ri requested review of this revision.
Herald added a subscriber: pcwang-thead.

I've done final pass, and there are no more tests to update.
All other tests are using old pass manager.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139677

Files:
  llvm/test/CodeGen/WinEH/wineh-intrinsics-invalid.ll
  llvm/test/Other/opt-On.ll
  llvm/test/Other/opt-legacy-syntax-deprecation.ll
  llvm/test/Other/opt-old-new-pm-passes.ll
  llvm/test/Other/scalable-vector-array.ll
  llvm/test/Transforms/HardwareLoops/ARM/structure.ll
  llvm/test/Transforms/LoadStoreVectorizer/X86/codegenprepare-produced-address-math.ll
  llvm/test/Verifier/assume-bundles.ll
  llvm/test/Verifier/atomics.ll
  llvm/test/Verifier/callbr.ll
  llvm/test/Verifier/deoptimize-intrinsic.ll
  llvm/test/Verifier/dllstorage.ll
  llvm/test/Verifier/element-wise-atomic-memory-intrinsics.ll
  llvm/test/Verifier/guard-intrinsic.ll
  llvm/test/Verifier/insert-extract-intrinsics-invalid.ll
  llvm/test/Verifier/intrinsic-arg-overloading-struct-ret.ll
  llvm/test/Verifier/intrinsic-bad-arg-type.ll
  llvm/test/Verifier/invalid-eh.ll
  llvm/test/Verifier/invalid-splice.ll
  llvm/test/Verifier/invalid-statepoint.ll
  llvm/test/Verifier/kcfi-operand-bundles.ll
  llvm/test/Verifier/llvm.fptrunc.round.ll
  llvm/test/Verifier/memcpy-inline.ll
  llvm/test/Verifier/memcpy.ll
  llvm/test/Verifier/memset-inline.ll
  llvm/test/Verifier/opaque-ptr-invalid.ll
  llvm/test/Verifier/operand-bundles.ll
  llvm/test/Verifier/preallocated-invalid.ll
  llvm/test/Verifier/ptrauth-operand-bundles.ll
  llvm/test/Verifier/reduction-intrinsics.ll
  llvm/test/Verifier/sat-intrinsics.ll
  llvm/test/Verifier/scalable-global-vars.ll
  llvm/test/Verifier/scalable-vector-struct-alloca.ll
  llvm/test/Verifier/scalable-vector-struct-load.ll
  llvm/test/Verifier/scalable-vector-struct-store.ll
  llvm/test/Verifier/scatter_gather.ll
  llvm/test/Verifier/stepvector-intrinsic.ll
  llvm/test/Verifier/swifttailcc-musttail.ll
  llvm/test/Verifier/tailcc-musttail.ll
  llvm/test/Verifier/unsized-types-alloca.ll
  llvm/test/Verifier/unsized-types-load.ll
  llvm/test/Verifier/unsized-types-store.ll
  llvm/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139677.481455.patch
Type: text/x-patch
Size: 28859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221208/598e1426/attachment.bin>


More information about the llvm-commits mailing list