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

Chris B via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 8 16:45:45 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
----------------
llvm-beanz wrote:

I'm always suspicious when I see `verify-ignore-unexpected` especially if it doesn't specify a specific type. What diagnostics is this ignoring?

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


More information about the cfe-commits mailing list