Skip to content

Commit f1a47b7

Browse files
committed
rename imm_to_tile_zt to imm_to_zt
1 parent 37102e3 commit f1a47b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AArch64/SMEInstrFormats.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def imm_to_tile16 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAH0, 1>", []>;
1515
def imm_to_tile32 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAS0, 3>", []>;
1616
def imm_to_tile64 : ComplexPattern<i32, 1, "ImmToTile<AArch64::ZAD0, 7>", []>;
1717
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>", []>;
1919

2020
def tileslice8 : ComplexPattern<i32 , 2, "SelectSMETileSlice<15, 1>", []>;
2121
def tileslice16 : ComplexPattern<i32 , 2, "SelectSMETileSlice<7, 1>", []>;
@@ -3141,7 +3141,7 @@ multiclass sme2_spill_fill_vector<string mnemonic, bits<8> opc, SDPatternOperato
31413141
// Translated to actual instruction in AArch64ISelLowering.cpp
31423142
let usesCustomInserter = 1;
31433143
}
3144-
def : Pat<(op (imm_to_tile_zt untyped:$tile), GPR64sp:$base),
3144+
def : Pat<(op (imm_to_zt untyped:$tile), GPR64sp:$base),
31453145
(!cast<Instruction>(NAME # _PSEUDO) $tile, $base)>;
31463146
}
31473147

0 commit comments

Comments
 (0)