Skip to content

Commit 03b0337

Browse files
committed
fixup: remove inst aliases
1 parent fc6be26 commit 03b0337

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4017,16 +4017,6 @@ let Predicates = [HasSVEorSME] in {
40174017

40184018
// Aliases for existing SVE instructions for which predicate-as-counter are
40194019
// accepted as an operand to the instruction
4020-
def : InstAlias<"ldr $Pt, [$Rn, $imm9, mul vl]",
4021-
(LDR_PXI PNRasPPRAny:$Pt, GPR64sp:$Rn, simm9:$imm9), 0>;
4022-
def : InstAlias<"ldr $Pt, [$Rn]",
4023-
(LDR_PXI PNRasPPRAny:$Pt, GPR64sp:$Rn, 0), 0>;
4024-
4025-
def : InstAlias<"str $Pt, [$Rn, $imm9, mul vl]",
4026-
(STR_PXI PNRasPPRAny:$Pt, GPR64sp:$Rn, simm9:$imm9), 0>;
4027-
def : InstAlias<"str $Pt, [$Rn]",
4028-
(STR_PXI PNRasPPRAny:$Pt, GPR64sp:$Rn, 0), 0>;
4029-
40304020
def : InstAlias<"mov $Pd, $Pn",
40314021
(ORR_PPzPP PNRasPPR8:$Pd, PNRasPPR8:$Pn, PNRasPPR8:$Pn, PNRasPPR8:$Pn), 0>;
40324022

0 commit comments

Comments
 (0)