File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clang_cc1 -fsycl-is-device -emit-llvm -triple spir64 -verify -emit-llvm %s -o - | FileCheck %s
1
+ // RUN: %clang_cc1 -fsycl-is-device -disable-noundef-analysis - emit-llvm -triple spir64 -verify -emit-llvm %s -o - | FileCheck %s
2
2
3
3
// expected-no-diagnostics
4
4
@@ -7,7 +7,7 @@ __attribute__((sycl_kernel)) void kernel_single_task(const Func &kernelFunc) {
7
7
kernelFunc ();
8
8
}
9
9
10
- // CHECK: define dso_local spir_func{{.*}}invoke_function{{.*}}(i32 ()* nocapture noundef %fptr, i32 addrspace(4)* nocapture noundef %ptr)
10
+ // CHECK: define dso_local spir_func{{.*}}invoke_function{{.*}}(i32 ()* nocapture %fptr, i32 addrspace(4)* nocapture %ptr)
11
11
void invoke_function (int (*fptr)(), int *ptr) {}
12
12
13
13
int f () { return 0 ; }
You can’t perform that action at this time.
0 commit comments