[llvm] [SPIR-V] Convert integer vector to bool vector for OpAny/OpAll (PR #191804)
Marcos Maronas via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 03:04:02 PDT 2026
================
@@ -1,4 +1,5 @@
; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv32-unknown-unknown %s -o - -filetype=obj | spirv-val %}
----------------
maarquitos14 wrote:
But `OpAny` and `OpAll` surely have GLSL/HLSL counterparts too? Maybe this fix is also applicable?
https://github.com/llvm/llvm-project/pull/191804
More information about the llvm-commits
mailing list