This is a follow up to the rL330983. The patch teaches lh and lhu commands accepts 32-bit memory offsets by replacing mem_simm16 operand to mem_simmptr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D46513
[mips] Accept 32-bit offsets for lh and lhu commands ClosedPublic Authored by atanasyan on May 6 2018, 11:13 PM.
Details Summary This is a follow up to the rL330983. The patch teaches lh and lhu commands accepts 32-bit memory offsets by replacing mem_simm16 operand to mem_simmptr.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 10 2018, 8:57 AM Closed by commit rL331996: [mips] Accept 32-bit offsets for lh and lhu commands (authored by atanasyan). · Explain WhyMay 10 2018, 9:04 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 146142 llvm/trunk/lib/Target/Mips/MicroMipsInstrInfo.td
llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
llvm/trunk/test/MC/Mips/micromips-expansions.s
llvm/trunk/test/MC/Mips/micromips/invalid.s
llvm/trunk/test/MC/Mips/micromips32r6/invalid.s
llvm/trunk/test/MC/Mips/mips-expansions.s
llvm/trunk/test/MC/Mips/mips32r6/invalid.s
llvm/trunk/test/MC/Mips/mips64r6/invalid.s
|