Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM. I've posted some comments, and a question that I have, inline.
lib/Target/Mips/MipsInstrInfo.td | ||
---|---|---|
708 | We don't need uimm6_ptr anymore. | |
lib/Target/Mips/MipsMSAInstrInfo.td | ||
69–70 | I don't believe that we need this any more. | |
1884–1889 | Shouldn't we use immZExt1Ptr and immZExt2Ptr instead of immZExt3Ptr and immZExt4Ptr? |
Comment Actions
Remove immZExt6Ptr and uimm6_ptr.
Correct COPY_F[WD]_PSEUDO to use the correct size immediate and fix corresponding test.
We don't need uimm6_ptr anymore.