[clang] Hlsl or intrinsic (PR #128979)

Damyan Pepper via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 26 21:04:18 PST 2025


================
@@ -0,0 +1,27 @@
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -verify -DTEST_FUNC=__builtin_hlsl_or
+// RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.6-library %s -verify -DTEST_FUNC=__builtin_hlsl_and
----------------
damyanp wrote:

Neat!

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


More information about the cfe-commits mailing list