[llvm] [DXIL] Add radians intrinsic (PR #110616)

Farzon Lotfi via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 12:58:25 PDT 2024


================
@@ -0,0 +1,56 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -S  -dxil-op-lower  -mtriple=dxil-pc-shadermodel6.3-library %s | FileCheck %s
----------------
farzonl wrote:

add the scalarizer pass flags to this run line.  Also you will need to rebase and add the ` -dxil-intrinsic-expansion` flag before `-dxil-op-lower` Because a change just went in that decoupled the two.

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


More information about the llvm-commits mailing list