Implement 16-bit microMIPS instruction ADDIUR1SP.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | ||
---|---|---|
1217 ↗ | (On Diff #14352) | You should also check that the operand is not greater than 255 or less than 0, and add a test that reports the error if it is. |