Skip to content

Commit d032638

Browse files
committed
[PowerPC] Fix operand regclass of XSTSTDCSP
1 parent 9fd1c41 commit d032638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/PowerPC/PPCInstrVSX.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ let Predicates = [HasVSX, HasP9Vector] in {
15961596
// FIXME: Setting the hasSideEffects flag here to match current behaviour.
15971597
let hasSideEffects = 1 in {
15981598
def XSTSTDCSP : XX2_BF3_DCMX7_RS6<60, 298,
1599-
(outs crrc:$BF), (ins u7imm:$DCMX, vsfrc:$XB),
1599+
(outs crrc:$BF), (ins u7imm:$DCMX, vssrc:$XB),
16001600
"xststdcsp $BF, $XB, $DCMX", IIC_VecFP, []>;
16011601
def XSTSTDCDP : XX2_BF3_DCMX7_RS6<60, 362,
16021602
(outs crrc:$BF), (ins u7imm:$DCMX, vsfrc:$XB),

0 commit comments

Comments
 (0)