[clang] [HLSL] Add "or" intrinsic (PR #128979)

via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 17:09:33 PST 2025


================
@@ -0,0 +1,84 @@
+// RUN: %clang_cc1 -finclude-default-header -triple \
+// RUN:   dxil-pc-shadermodel6.3-library %s \
+// RUN:   -emit-llvm -O1 -o - | FileCheck %s
----------------
metkarpoonam wrote:

Test cases updated without any optimization

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


More information about the cfe-commits mailing list