forked from OSchip/llvm-project
Explicitly enable the new pass manager in this test.
Otherwise it fails under -DENABLE_EXPERIMENTAL_NEW_PASS_MANAGER=OFF.
This commit is contained in:
parent
9b3c0f9a54
commit
ed8d76ec60
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt -mtriple=amdgcn-- -O3 -S %s | FileCheck %s
|
||||
; RUN: opt -mtriple=amdgcn-- -O3 -S -enable-new-pm=1 %s | FileCheck %s
|
||||
; XFAIL: *
|
||||
|
||||
; Check that loop unswitch happened and condition hoisted out of the loop.
|
||||
|
|
Loading…
Reference in New Issue