[clang] [llvm] [CLANG][LLVM][AArch64]Add SME2.1 intrinsics for MOVAZ tile to vector,… (PR #88499)

Momchil Velikov via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 05:12:20 PDT 2024


================
@@ -104,6 +104,13 @@ class sme2_move_to_tile_pseudo<string name, Operand tile_imm, Operand imm_ty, Re
   let usesCustomInserter = 1;
 }
 
+class sme2_movez_to_tile_pseudo<string name, Operand tile_imm, Operand imm_ty, RegisterOperand vector_ty, SMEMatrixTypeEnum za_flag>
+    : SMEPseudo2Instr<name, 0>,
----------------
momchil-velikov wrote:

This is not needed.

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


More information about the llvm-commits mailing list