[llvm] e16d10b - [test][NewPM] Pin do-nothing-intrinsic.ll to legacy PM
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 22 11:34:48 PDT 2020
Author: Arthur Eubanks
Date: 2020-09-22T11:33:38-07:00
New Revision: e16d10b7535ab2224e5bdc533860b7eadf596164
URL: https://github.com/llvm/llvm-project/commit/e16d10b7535ab2224e5bdc533860b7eadf596164
DIFF: https://github.com/llvm/llvm-project/commit/e16d10b7535ab2224e5bdc533860b7eadf596164.diff
LOG: [test][NewPM] Pin do-nothing-intrinsic.ll to legacy PM
It tests CallGraph infra around the legacy PM which isn't relevant in NPM.
Added:
Modified:
llvm/test/Analysis/CallGraph/do-nothing-intrinsic.ll
Removed:
################################################################################
diff --git a/llvm/test/Analysis/CallGraph/do-nothing-intrinsic.ll b/llvm/test/Analysis/CallGraph/do-nothing-intrinsic.ll
index 546237170836..daeed23e3138 100644
--- a/llvm/test/Analysis/CallGraph/do-nothing-intrinsic.ll
+++ b/llvm/test/Analysis/CallGraph/do-nothing-intrinsic.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -basiccg
+; RUN: opt < %s -basiccg -enable-new-pm=0
; PR13903
define void @main() personality i8 0 {
More information about the llvm-commits
mailing list