[all-commits] [llvm/llvm-project] 61ac58: [NewPM] Pin tests with -debug-pass to legacy PM
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Sep 22 18:06:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 61ac58e10ae1fbb18416cac20119725803b9ad6f
https://github.com/llvm/llvm-project/commit/61ac58e10ae1fbb18416cac20119725803b9ad6f
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M llvm/test/Analysis/BasicAA/phi-values-usage.ll
M llvm/test/Analysis/alias-analysis-uses.ll
M llvm/test/Transforms/Coroutines/smoketest.ll
M llvm/test/Transforms/GVN/preserve-analysis.ll
M llvm/test/Transforms/InstCombine/early_constfold_changes_IR.ll
M llvm/test/Transforms/InstSimplify/remove-dead-call.ll
M llvm/test/Transforms/SCCP/preserve-analysis.ll
M llvm/test/Transforms/SimplifyCFG/two-entry-phi-fold-crash.ll
Log Message:
-----------
[NewPM] Pin tests with -debug-pass to legacy PM
-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.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D87945
More information about the All-commits
mailing list