File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// RUN: %clangxx -fsycl -fsycl-device-only -fno-discard-value-names -fno-sycl-early-optimizations -o %t.bc %s
22// RUN: sycl-post-link -properties %t.bc -spec-const=emulation -o %t.table
3- // RUN: llvm-spirv -o %t.spv -spirv-max-version=1.3 -spirv-ext=+all %t.bc
3+ // RUN: llvm-spirv -o %t.spv -spirv-max-version=1.3 -spirv-ext=+all,-SPV_KHR_untyped_pointers %t.bc
44// RUN: llvm-spirv -o %t.rev.bc -r %t.spv
55// RUN: llvm-dis %t.rev.bc -o=- | FileCheck %s
66
Original file line number Diff line number Diff line change 11// RUN: %clangxx -fsycl -fsycl-device-only -c -o %t.bc %s
22// RUN: %if asserts %{sycl-post-link -properties -debug-only=SpecConst %t.bc -spec-const=native -o %t.txt 2>&1 | FileCheck %s -check-prefixes=CHECK-LOG %} %else %{sycl-post-link %t.bc -properties -spec-const=native -o %t.txt 2>&1 %}
33// RUN: cat %t_0.prop | FileCheck %s -check-prefixes=CHECK,CHECK-RT
4- // RUN: llvm-spirv -o %t_0.spv -spirv-max-version=1.1 -spirv-ext=+all %t_0.bc
4+ // RUN: llvm-spirv -o %t_0.spv -spirv-max-version=1.1 -spirv-ext=+all,-SPV_KHR_untyped_pointers %t_0.bc
55// RUN: llvm-spirv -o - --to-text %t_0.spv | FileCheck %s -check-prefixes=CHECK-SPV
66
77// Check SPIR-V code generation for 'sycl_ext_oneapi_private_alloca'. Each call
You can’t perform that action at this time.
0 commit comments