[clang] [llvm] [HLSL][DXIL] Implement WaveGetLaneIndex Intrinsic (PR #111576)
Greg Roth via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 9 10:16:01 PDT 2024
================
@@ -0,0 +1,6 @@
+// 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
----------------
pow2clk wrote:
Are you getting unexpected diagnostics? If so, I'd like to understand them. If not, I don't think `-verify-ignore-unexpected` is needed. If anything, we should limit it to the type of diagnostic that is being produced e.g. `-verify-ignore-unexpected=note`
https://github.com/llvm/llvm-project/pull/111576
More information about the cfe-commits
mailing list