aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/vtable-pointer-initialization.cpp
diff options
context:
space:
mode:
authorYixingZhang007 <yixing.zhang@intel.com>2025-09-30 11:58:35 -0400
committerGitHub <noreply@github.com>2025-09-30 16:58:35 +0100
commitab645f1dff323569ffe8a6fabedbae259101b1a7 (patch)
treefc1c4c3338cad1ae4ce3c833ff18ef5138258d24 /clang/test/CodeGenCXX/vtable-pointer-initialization.cpp
parentd7421e6a28594b4d43a67fad68cffa801474c98a (diff)
downloadllvm-ab645f1dff323569ffe8a6fabedbae259101b1a7.zip
llvm-ab645f1dff323569ffe8a6fabedbae259101b1a7.tar.gz
llvm-ab645f1dff323569ffe8a6fabedbae259101b1a7.tar.bz2
[SPIRV] Avoid OpQuantizeToF16 in SPIR-V kernel test (#158086)
This PR resolves the current failure in the `integer-casts.ll` SPIR-V test during CI runs in `llvm-project`. The failure occurs because the SPIR-V instruction `OpQuantizeToF16` requires the `Capability::Shader`. However, the function in `integer-casts.ll` is written as a kernel function and executed in a kernel environment. Therefore, `Capability::Kernel` is emitted instead of `Capability::Shader`. To fix this, we remove the `QuantizeToF16` test from`integer-casts.ll` in this PR.
Diffstat (limited to 'clang/test/CodeGenCXX/vtable-pointer-initialization.cpp')
0 files changed, 0 insertions, 0 deletions