[llvm] [Scalarizer][DirectX] Add support for scalarization of Target intrinsics (PR #108776)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 12:54:18 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]>;
----------------
nikic wrote:
These changes should be split out into a separate PR.
https://github.com/llvm/llvm-project/pull/108776
More information about the llvm-commits
mailing list