Explicitly enable the new pass manager in this test.

Otherwise it fails under -DENABLE_EXPERIMENTAL_NEW_PASS_MANAGER=OFF.
This commit is contained in:
Richard Smith 2021-03-25 18:09:40 -07:00
parent 9b3c0f9a54
commit ed8d76ec60
1 changed files with 1 additions and 1 deletions

View File

@ -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.