[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 10:58:31 PDT 2024
================
@@ -0,0 +1,52 @@
+; RUN: opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library %s | FileCheck %s
----------------
farzonl wrote:
add a vector test
```suggestion
; RUN: opt -S -scalarizer -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library %s | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/108865
More information about the llvm-commits
mailing list