Details
Details
- Reviewers
sstankovic jkolek vmedic
Diff Detail
Diff Detail
Event Timeline
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | ||
---|---|---|
1122 | I think you can use "if (Imm % 4 != 0)" instead of a call to OffsetToAlignment. | |
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | ||
1346 | You should add disassembler tests for addiupc. | |
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | ||
667 | Comment is wrong - it should be 'immediate >> 2'. | |
lib/Target/Mips/MicroMipsInstrInfo.td | ||
112 | You need rs here instead of rd (ADDIUPC_FM_MM uses rs). |
Comment Actions
Given that it's been replaced: Resigning as reviewer to prevent it showing up in my phabricator queue.
It should also be marked abandoned in by the author.
I think you can use "if (Imm % 4 != 0)" instead of a call to OffsetToAlignment.