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

Finn Plummer via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 8 17:26:01 PDT 2024


================
@@ -0,0 +1,26 @@
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -fnative-half-type -emit-llvm-only -disable-llvm-passes -verify -verify-ignore-unexpected
----------------
inbelic wrote:

Good catch. There are no ignored diagnostics and it is not needed.

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


More information about the cfe-commits mailing list