[clang] [HLSL] Add "or" intrinsic (PR #128979)
Ashley Coleman via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 27 16:31:47 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
+
+
----------------
V-FEXrt wrote:
yeah sounds good. Doing it for fall through Sema cases makes a lot of sense. I'm just a bit "test complexity jumpy" and in this case I was maybe a little tooo jumpy about it
https://github.com/llvm/llvm-project/pull/128979
More information about the cfe-commits
mailing list