In order to fix issues with "invalid operand" in microMIPS 16 bit instructions register class of GP register must be changed to GPRMM16RegClass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D7934
[mips][microMIPS] Change register class for GP register ClosedPublic Authored by zoran.jovanovic on Feb 27 2015, 1:05 AM.
Details Summary In order to fix issues with "invalid operand" in microMIPS 16 bit instructions register class of GP register must be changed to GPRMM16RegClass.
Diff Detail
Event Timelinezoran.jovanovic retitled this revision from to [mips][microMIPS] Change register class for GP register. zoran.jovanovic updated this object. This revision is now accepted and ready to land.Feb 27 2015, 1:48 AM Closed by commit rL230760: [mips][microMIPS] Change register class for GP register (authored by zjovanovic). · Explain WhyFeb 27 2015, 7:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 20852 llvm/trunk/lib/Target/Mips/MipsMachineFunction.cpp
llvm/trunk/test/CodeGen/Mips/micromips-gp-rc.ll
|