Implement microMIPS CACHE, PREF, SSNOP, EHB and PAUSE instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | ||
---|---|---|
1236 ↗ | (On Diff #14378) | You need isUIntN here rather than isIntN because isIntN reports the error for values [16, ..., 31] which are allowed for this two instructions. |
lib/Target/Mips/MicroMipsInstrInfo.td | ||
568 ↗ | (On Diff #14378) | The value for ehb is 3 rather than 2. |