Implemented relocation R_MIPS_PC18_S3.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | ||
---|---|---|
107 ↗ | (On Diff #9748) | The S3 means 'right shift by 3' so this should be either '>> 3' or '/ 8'. |
246 ↗ | (On Diff #9748) | You need to update the big-endian table as well. |
lib/Target/Mips/MipsInstrInfo.td | ||
347 ↗ | (On Diff #9748) | See comments on D3866 about how there should only be one kind of immediate. |
Comment Actions
LGTM with a nit
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | ||
---|---|---|
644 ↗ | (On Diff #10268) | The string says 'Lsl2' instead of 'Lsl3' |