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

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 22 08:05:18 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:

That's a good point. Somehow I assumed we are using the template version of `SelectSMETileSlice` so I didn't question it 

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


More information about the cfe-commits mailing list