This is an archive of the discontinued LLVM Phabricator instance.

[mips][mips64r6] MOVF/MOVT/MOVN/MOVZ.fmt are not available on MIPS32r6/MIPS64r6
AbandonedPublic

Authored by dsanders on May 29 2014, 2:39 AM.

Details

Reviewers
jkolek
vmedic
Summary

Disabled instructions on MIPS32r6/MIPS64r6: MOVF.S, MOVF.D, MOVT.S, MOVT.D, MOVN.S, MOVN.D, MOVZ.S, MOVZ.D.

Diff Detail

Event Timeline

jkolek updated this revision to Diff 9911.May 29 2014, 2:39 AM
jkolek updated this revision to Diff 9912.
jkolek retitled this revision from to [mips][mips64r6] MOVF/MOVT/MOVN/MOVZ.fmt are not available on MIPS32r6/MIPS64r6.
jkolek updated this object.
jkolek edited the test plan for this revision. (Show Details)
jkolek added reviewers: dsanders, vmedic.
jkolek added a subscriber: zoran.jovanovic.
dsanders edited edge metadata.Jun 9 2014, 3:27 AM

This patch covers the same thing as D4003 but D4003 also covers the necessary codegen work. I'm therefore planning to close this one, and add a comment to that patch crediting you with independently creating a very similar patch, and link back here.

Is that ok with you?

dsanders commandeered this revision.Sep 5 2014, 8:31 AM
dsanders abandoned this revision.
dsanders edited reviewers, added: jkolek; removed: dsanders.