[llvm] [DirectX] Add atan2 intrinsic and expand for DXIL backend (p1) (PR #108865)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 11:05:22 PDT 2024


================
@@ -0,0 +1,52 @@
+; RUN: opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library %s | FileCheck %s
+
+; Make sure correct dxil expansions for atan2 are generated for float and half.
----------------
farzonl wrote:

i personally also like to have expansion only tests.

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


More information about the llvm-commits mailing list