File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/SYCLLowerIR/printf_addrspace Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments