[llvm] [DXIL] Add radians intrinsic (PR #110616)
Adam Yang via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 15:47:34 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
----------------
adam-yang wrote:
Added scalarizer. Also removed -dxil-op-lower altogether. dxil-intrinsic-expansion is the only thing we want to test here anyway.
https://github.com/llvm/llvm-project/pull/110616
More information about the llvm-commits
mailing list