We can't check the error message for this one because there's another lw/sw
available that covers a larger range. We therefore check the transition
between the two sizes.
Depends on D18143
Paths
| Differential D18144
[mips] Range check simm5. ClosedPublic Authored by dsanders on Mar 14 2016, 7:09 AM.
Details Summary We can't check the error message for this one because there's another lw/sw Depends on D18143
Diff Detail Event Timelinedsanders updated this object. vkalintiris edited edge metadata. Comment ActionsLGTM, one comment inline.
This revision is now accepted and ready to land.Mar 21 2016, 6:54 AM
Revision Contents
Diff 50586 lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsMSAInstrInfo.td
test/MC/Mips/micromips32r6/valid.s
|
Is there any other user of this match result, ie. other than lwsp,swsp? If not then we should add a comment explaining that this case will not be hit.