Skip to content

Commit 185fbea

Browse files
committed
Force opt to use new pass manager in pr52289 test after c34d157
1 parent ad4dfbc commit 185fbea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

llvm/test/Transforms/PhaseOrdering/X86/pr52289.ll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
14
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2-
; RUN: opt -O3 -S < %s | FileCheck %s
5+
; RUN: opt -enable-new-pm -O3 -S < %s | FileCheck %s
36

47
target datalayout = "n8:16:32:64"
58

0 commit comments

Comments
 (0)