Make usage of microMIPS 16-bit instructions AND16, OR16 and XOR16 by code generator.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D7611
[mips][microMIPS] Make usage of AND16, OR16 and XOR16 by code generator ClosedPublic Authored by jkolek on Feb 13 2015, 6:16 AM.
Details Summary Make usage of microMIPS 16-bit instructions AND16, OR16 and XOR16 by code generator.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 19 2015, 2:45 AM Closed by commit rL229845: [mips][microMIPS] Make usage of AND16, OR16 and XOR16 by code generator (authored by jkolek). · Explain WhyFeb 19 2015, 3:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 20273 llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
llvm/trunk/test/CodeGen/Mips/micromips-and16.ll
llvm/trunk/test/CodeGen/Mips/micromips-or16.ll
llvm/trunk/test/CodeGen/Mips/micromips-xor16.ll
|