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

Farzon Lotfi via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 10:30:38 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
----------------
farzonl wrote:

I suppose you are doing O1 because you want to see short circuiting optimizations? I think this would better to check we are doing thing correctly without any optimizations.

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


More information about the cfe-commits mailing list