[clang] [llvm] [HLSL] Implement WaveActiveAnyTrue intrinsic (PR #115902)
Finn Plummer via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 12 14:23:13 PST 2024
================
@@ -0,0 +1,17 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32v1.3-vulkan-unknown %s -o - | FileCheck %s
----------------
inbelic wrote:
I think we prefer `-mtriple=spirv-unknown-unknown`. You might need to use `spirv1.[5|6]` if you are using an new included spirv op.
https://github.com/llvm/llvm-project/pull/115902
More information about the cfe-commits
mailing list