Skip to content

Commit d4eb865

Browse files
committed
fix rebase error
1 parent 5548ce6 commit d4eb865

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/lib/Target/PowerPC/PPCInstrFuture.td

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,15 +333,14 @@ let Predicates = [IsISAFuture] in {
333333
def TLBIEIO
334334
: XForm_RSB5_UIMM2<31, 18, (outs), (ins g8rc:$RB, g8rc:$RS, u2imm:$RIC),
335335
"tlbieio $RB, $RS, $RIC", []>;
336+
def MTLPL : XForm_RBS5<31, 275, (outs), (ins gprc:$RB, gprc:$RS),
337+
"mtlpl $RB, $RS", IIC_SprMTSPR, []>;
336338
let Interpretation64Bit = 1, isCodeGenOnly = 1 in {
337339
def TLBIEP8
338340
: XForm_RSB5_UIMM2_2UIMM1<31, 50, (outs),
339341
(ins g8rc:$RB, g8rc:$RS, u2imm:$RIC,
340342
u1imm:$PRS, u1imm:$R),
341343
"tlbiep $RB, $RS, $RIC, $PRS, $R", []>;
342-
def MTLPL : XForm_RBS5<31, 275, (outs), (ins gprc:$RB, gprc:$RS),
343-
"mtlpl $RB, $RS", IIC_SprMTSPR, []>;
344-
let Interpretation64Bit = 1, isCodeGenOnly = 1 in {
345344
def MTLPL8 : XForm_RBS5<31, 275, (outs), (ins g8rc:$RB, g8rc:$RS),
346345
"mtlpl $RB, $RS", IIC_SprMTSPR, []>, isPPC64;
347346
}

0 commit comments

Comments
 (0)