We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5621e72 commit 3057d0cCopy full SHA for 3057d0c
llvm/test/Transforms/Inline/exponential-deferred-inlining.ll
@@ -1,5 +1,8 @@
1
+; TODO: remove -enable-new-pm from RUN-line once we move to new pass manager
2
+; by default. This test was designed to test NewPM only.
3
+
4
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -S -inline < %s | FileCheck %s
5
+; RUN: opt -S -inline -enable-new-pm < %s | FileCheck %s
6
7
declare void @foo()
8
0 commit comments