[clang] [HLSL] Implement the 'and' HLSL function (PR #127098)

Deric Cheung via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 20 10:22:01 PST 2025


================
@@ -0,0 +1,23 @@
+// RUN: %clang_cc1 -finclude-default-header -triple \
+// RUN:   dxil-pc-shadermodel6.3-library %s \
+// RUN:   -emit-llvm -O1 -verify
----------------
Icohedron wrote:

Yes, I will make a PR to fix this

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


More information about the cfe-commits mailing list