[clang] [llvm] [HLSL] Implement WaveActiveAnyTrue intrinsic (PR #115902)

Finn Plummer via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 14:23:13 PST 2024


================
@@ -0,0 +1,17 @@
+// RUN: %clang_cc1 -std=hlsl2021 -finclude-default-header -fnative-half-type -triple \
----------------
inbelic wrote:

I think we can remove the `-std=hlsl2021` flags.

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


More information about the llvm-commits mailing list