[AArch64][SME2] Add intrinsics to move multi-vectors to/from ZA.
Adds intrinsics for the following: - mova: array to vector / vector to array - mova: tile to vector / vector to tile Tablegen patterns have been added to match the ZA write intrinsics. As the read intrinsics return a multi-vector, a function called SelectMultiVectorMove has been added to AArch64ISelDAGToDAG to select the correct instruction. The SelectSMETile function has also been added to check that the tile number passed to read intrinsics is valid for the base register. This patch also cleans up the sme_vector_to_tile_patterns multiclass to remove the pattern for an offset of 0, which is handled by tileslice. NOTE: These intrinsics are still in development and are subject to future changes. Reviewed By: david-arm Differential Revision: https://reviews.llvm.org/D142031
Loading
Please sign in to comment