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

Justin Bogner via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 13 15:17:39 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
----------------
bogner wrote:

Folks usually put a space between `CHECK:` and the thing being checked (`CHECK: icmp ...`). I find that slightly more readable.

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


More information about the cfe-commits mailing list