Details
Details
- Reviewers
sstankovic dsanders - Commits
- rL227373: [mips][microMIPS] Implement SWM and LWM aliases
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | ||
---|---|---|
1650 ↗ | (On Diff #15008) | opNum should start in uppercase. |
1659 ↗ | (On Diff #15008) | I think the following will always be true (based on definition in .td file): Inst.getOperand(opNum - 1).isImm(), Inst.getOperand(opNum - 2).isReg() and |
lib/Target/Mips/MicroMipsInstrInfo.td | ||
374 ↗ | (On Diff #15008) | This line is unaligned. |
378 ↗ | (On Diff #15008) | Same here. |