[llvm] [Scalarizer][DirectX] Add support for scalarization of Target intrinsics (PR #108776)
Farzon Lotfi via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 16 11:20:16 PDT 2024
================
@@ -72,7 +72,7 @@ def int_dx_udot :
[llvm_anyint_ty, LLVMScalarOrSameVectorWidth<0, LLVMVectorElementType<0>>],
[IntrNoMem, Commutative] >;
-def int_dx_frac : DefaultAttrsIntrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>]>;
+def int_dx_frac : DefaultAttrsIntrinsic<[llvm_anyfloat_ty], [LLVMMatchType<0>], [IntrNoMem]>;
----------------
farzonl wrote:
https://github.com/llvm/llvm-project/pull/108852
https://github.com/llvm/llvm-project/pull/108776
More information about the llvm-commits
mailing list