[clang] [llvm] [CLANG][LLVM][AArch64]SME2.1 intrinsics for MOVAZ tile to 2/4 vectors (PR #88710)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 07:35:17 PDT 2024


================
@@ -1985,6 +1986,34 @@ void AArch64DAGToDAGISel::SelectMultiVectorMove(SDNode *N, unsigned NumVecs,
   CurDAG->RemoveDeadNode(N);
 }
 
+template <unsigned MaxIdx, unsigned Scale>
+void AArch64DAGToDAGISel::SelectMultiVectorMoveZ(SDNode *N, unsigned NumVecs,
----------------
Lukacma wrote:

`Scale` could be used instead of `NumVecs` parameter

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


More information about the llvm-commits mailing list