File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %clangxx -fsycl -fsycl-device-only -c -o %t.bc %s
1
+ // RUN: %clangxx -fsycl -fsycl-device-only -fno-sycl-early-optimizations -o %t.bc %s
2
2
// RUN: sycl-post-link %t.bc -spec-const=default -o %t.table
3
- // RUN: llvm-spirv -o %t_0 .spv -spirv-max-version=1.3 -spirv-ext=+all %t_0 .bc
4
- // RUN: llvm-spirv -o %t_0.r .bc -r %t_0 .spv
5
- // RUN: llvm-dis %t_0.r .bc -o=- | FileCheck %s
3
+ // RUN: llvm-spirv -o %t .spv -spirv-max-version=1.3 -spirv-ext=+all %t .bc
4
+ // RUN: llvm-spirv -o %t.rev .bc -r %t .spv
5
+ // RUN: llvm-dis %t.rev .bc -o=- | FileCheck %s
6
6
7
7
// Test to verify that user specified names are retained in SPIR kernel argument
8
8
// names. (It is a copy of clang/test/CodeGenSYCL/save-user-names.cpp with just
You can’t perform that action at this time.
0 commit comments