[llvm] [AArch64][SVE] Add intrinsincs to assembly mapping for svpmov (PR #81861)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 07:20:29 PST 2024


================
@@ -3610,15 +3621,10 @@ def int_aarch64_sve_extq : AdvSIMD_2VectorArgIndexed_Intrinsic;
 //
 // SVE2.1 - Move predicate to/from vector
 //
-def int_aarch64_sve_pmov_to_pred_lane :
-    DefaultAttrsIntrinsic<[LLVMScalarOrSameVectorWidth<0, llvm_i1_ty>],
-                          [llvm_anyvector_ty, llvm_i32_ty],
-                          [IntrNoMem, ImmArg<ArgIndex<1>>]>;
----------------
Lukacma wrote:

Made pattern consistent by applying it to pmov_to_vector as well

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


More information about the llvm-commits mailing list