[clang] [llvm] [HLSL] Implement `WaveReadLaneAt` intrinsic (PR #111010)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 08:16:06 PST 2025


================
@@ -0,0 +1,56 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32v1.3-vulkan-unknown %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv32v1.3-vulkan-unknown %s -o - -filetype=obj | spirv-val %}
----------------
s-perron wrote:

I don't think anything else needs to be updated. I'll open a PR to fix this myself.

https://github.com/llvm/llvm-project/pull/111010


More information about the llvm-commits mailing list