[clang] [llvm] [DXIL] `exp`, `any`, `lerp`, & `rcp` Intrinsic Lowering (PR #84526)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 15:19:28 PDT 2024


================
@@ -0,0 +1,105 @@
+; RUN: opt -S -dxil-op-lower < %s | FileCheck %s
+
+; Make sure dxil operation function calls for any are generated for float and half.
+
+; CHECK:icmp ne i1 %{{.*}}, false
----------------
farzonl wrote:

That was my thinking as well, but all the other tests in this directory lacked the space and I didn't want to go against the the grain.

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


More information about the llvm-commits mailing list