This patch introduces mapping support.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I'm not very familiar with the mapping portion of microMIPS at the moment so I don't feel able to review this yet. All I know is that 'MM' does some magic that maps MIPS32r2 instructions to microMIPS instructions. Is there someone who is better able to review this? If not, I'll look into it and learn how this works.
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | ||
---|---|---|
183 ↗ | (On Diff #22648) | As mentioned in D8386, I would expect isMicroMips(STI) to be true whenever isMicroMips32r6(STI) is. |
Comment Actions
LGTM.
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | ||
---|---|---|
183 ↗ | (On Diff #23163) | Is it possible to introduce anf use isMips32r6 instead of isMicroMips32r6? |