@@ -15,7 +15,7 @@ def imm_to_tile16 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAH0, 1>", []>;
15
15
def imm_to_tile32 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAS0, 3>", []>;
16
16
def imm_to_tile64 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAD0, 7>", []>;
17
17
def imm_to_tile128 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAQ0, 15>", []>;
18
- def imm_to_tile_zt : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZT0, 0>", []>;
18
+ def imm_to_zt : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZT0, 0>", []>;
19
19
20
20
def tileslice8 : ComplexPattern<i32 , 2, "SelectSMETileSlice<15, 1>", []>;
21
21
def tileslice16 : ComplexPattern<i32 , 2, "SelectSMETileSlice<7, 1>", []>;
@@ -3141,7 +3141,7 @@ multiclass sme2_spill_fill_vector<string mnemonic, bits<8> opc, SDPatternOperato
3141
3141
// Translated to actual instruction in AArch64ISelLowering.cpp
3142
3142
let usesCustomInserter = 1;
3143
3143
}
3144
- def : Pat<(op (imm_to_tile_zt untyped:$tile), GPR64sp:$base),
3144
+ def : Pat<(op (imm_to_zt untyped:$tile), GPR64sp:$base),
3145
3145
(!cast<Instruction>(NAME # _PSEUDO) $tile, $base)>;
3146
3146
}
3147
3147
0 commit comments