Skip to content

Commit bb9b948

Browse files
author
Artem Gindinson
committed
Switch the explicity of PM selection for the new checks
Signed-off-by: Artem Gindinson <[email protected]>
1 parent e3567f0 commit bb9b948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/SYCLLowerIR/printf_addrspace/generic_as_negative_checks.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
; RUN: opt < %S/generic_as_variadic.ll --SYCLMutatePrintfAddrspace -S --enable-new-pm=1 | FileCheck %s --check-prefix=CHECK-BUILTIN
1212

1313
; generic_as_variadic_no_opt.ll
14-
; RUN: opt < %S/generic_as_variadic_no_opt.ll --SYCLMutatePrintfAddrspace -S | FileCheck %s --check-prefixes=CHECK-WRAPPER,CHECK-BUILTIN
15-
; RUN: opt < %S/generic_as_variadic_no_opt.ll --SYCLMutatePrintfAddrspace -S --enable-new-pm=1 | FileCheck %s --check-prefixes=CHECK-WRAPPER,CHECK-BUILTIN
14+
; RUN: opt < %S/generic_as_variadic_no_opt.ll --SYCLMutatePrintfAddrspace -S --enable-new-pm=0 | FileCheck %s --check-prefixes=CHECK-WRAPPER,CHECK-BUILTIN
15+
; RUN: opt < %S/generic_as_variadic_no_opt.ll --passes=SYCLMutatePrintfAddrspace -S | FileCheck %s --check-prefixes=CHECK-WRAPPER,CHECK-BUILTIN
1616

1717
; Check that the wrapper bodies have been deleted after call replacement
1818
; CHECK-WRAPPER-NOT: spir_func i32 @{{.*}}sycl{{.*}}printf

0 commit comments

Comments
 (0)