As part of this effort, duplicate and correct the predicates of some
aliases. Also disable code generation of some short form instructions
for FastISel, as it would otherwise reject them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D47075
[mips] Correct the predicates of arithmetic and logic instructions. ClosedPublic Authored by sdardis on May 18 2018, 9:14 AM.
Details Summary As part of this effort, duplicate and correct the predicates of some
Diff Detail
Event Timelinesdardis added a parent revision: D46953: [FastISel] Permit instructions to be skipped for FastISel generation..May 18 2018, 9:21 AM This revision is now accepted and ready to land.May 20 2018, 12:43 AM Closed by commit rL333530: [mips] Correct the predicates of arithmetic and logic instructions. (authored by sdardis). · Explain WhyMay 30 2018, 4:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 149087 llvm/trunk/lib/Target/Mips/MicroMips32r6InstrInfo.td
llvm/trunk/lib/Target/Mips/MicroMipsInstrInfo.td
llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
llvm/trunk/test/MC/Disassembler/Mips/micromips32r3/valid-el.txt
llvm/trunk/test/MC/Disassembler/Mips/micromips32r3/valid.txt
llvm/trunk/test/MC/Disassembler/Mips/micromips32r6/valid.txt
llvm/trunk/test/MC/Mips/micromips/valid.s
llvm/trunk/test/MC/Mips/micromips32r6/valid.s
|