[PATCH] D87945: [NewPM] Pin tests with -debug-pass to legacy PM

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


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

-debug-pass is a legacy PM only option.

Some tests checks that the pass returned that it made a change,
which is not relevant to the NPM, since passes return PreservedAnalyses.

Some tests check that passes are freed at the proper time, which is also
not relevant to the NPM.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87945

Files:
  llvm/test/Analysis/BasicAA/phi-values-usage.ll
  llvm/test/Analysis/alias-analysis-uses.ll
  llvm/test/Transforms/Coroutines/smoketest.ll
  llvm/test/Transforms/GVN/preserve-analysis.ll
  llvm/test/Transforms/InstCombine/early_constfold_changes_IR.ll
  llvm/test/Transforms/InstSimplify/remove-dead-call.ll
  llvm/test/Transforms/SCCP/preserve-analysis.ll
  llvm/test/Transforms/SimplifyCFG/two-entry-phi-fold-crash.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87945.292900.patch
Type: text/x-patch
Size: 6738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200918/823df5f7/attachment.bin>


More information about the llvm-commits mailing list