[llvm] [AArch64][SVE] Add intrinsincs to assembly mapping for svpmov (PR #81861)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 20 03:50:19 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>>]>;
----------------
CarolineConcatto wrote:
Yeah, I am not sure what is better.
The only problem is that we have the definition for the pmov scattered, some here and some there.
It would be nice to have a pattern, either way is fine.
https://github.com/llvm/llvm-project/pull/81861
More information about the llvm-commits
mailing list