Skip to content

Commit 6b593fe

Browse files
committed
[AArch64] Cleanup unrequired changes
1 parent aa60946 commit 6b593fe

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

llvm/lib/Target/AArch64/AArch64InstrFormats.td

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,8 +1322,8 @@ def move_vec_shift : Operand<i32> {
13221322
let OperandNamespace = "AArch64";
13231323
let PrintMethod = "printShifter";
13241324
let OperandType = "OPERAND_MSL_SHIFT";
1325-
let ParserMatchClass = MoveVecShifterOperand;
13261325
let EncoderMethod = "getMoveVecShifterOpValue";
1326+
let ParserMatchClass = MoveVecShifterOperand;
13271327
}
13281328

13291329
let DiagnosticType = "AddSubSecondSource" in {
@@ -1563,13 +1563,6 @@ let OperandNamespace = "AArch64" in {
15631563
defm VectorIndex032b : VectorIndex<i32, VectorIndex0Operand,
15641564
[{ return ((uint32_t)Imm) == 0; }]>;
15651565
}
1566-
// MSL shift operand type
1567-
let OperandType = "OPERAND_MSL_SHIFT" in {
1568-
def msl_shift : Operand<i32> {
1569-
let PrintMethod = "printImm";
1570-
let ParserMatchClass = MoveVecShifterOperand;
1571-
}
1572-
}
15731566
}
15741567
defm VectorIndex1 : VectorIndex<i64, VectorIndex1Operand,
15751568
[{ return ((uint64_t)Imm) == 1; }]>;

0 commit comments

Comments
 (0)