[clang] [llvm] [HLSL] Add WaveActiveBitOr HLSL function (PR #178056)

Tex Riddell via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 29 11:51:54 PST 2026


================
@@ -1,9 +1,12 @@
 // RUN: %clang_cc1 -std=hlsl2021 -finclude-default-header -triple \
-// RUN:   dxil-pc-shadermodel6.3-compute %s -emit-llvm -disable-llvm-passes -o - | \
-// RUN:   FileCheck %s --check-prefixes=CHECK,CHECK-DXIL
+// RUN:   dxil-pc-shadermodel6.3-compute %s -emit-llvm -fnative-int16-type -fnative-half-type \
+// RUN:   -fmath-errno -ffp-contract=on -fno-rounding-math  -finclude-default-header \
+// RUN:   -disable-llvm-passes -o - |  FileCheck %s --check-prefixes=CHECK,CHECK-DXIL
----------------
tex3d wrote:

Why were these modified?

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


More information about the llvm-commits mailing list