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 ad4dfbc commit 185fbeaCopy full SHA for 185fbea
llvm/test/Transforms/PhaseOrdering/X86/pr52289.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 -O3 -S < %s | FileCheck %s
5
+; RUN: opt -enable-new-pm -O3 -S < %s | FileCheck %s
6
7
target datalayout = "n8:16:32:64"
8
0 commit comments