This is an archive of the discontinued LLVM Phabricator instance.

[mips][micrompis] Emit 16bit NOPs by default
ClosedPublic

Authored by abeserminji on Dec 5 2018, 7:06 AM.

Details

Reviewers
petarj
atanasyan
Summary

Currently in microMIPS we emit 32bit nops.
This patch changes that, and 16bit nops are emitted instead.
32bit nops are still used in delay slots where necessary.

Diff Detail

Event Timeline

abeserminji created this revision.Dec 5 2018, 7:06 AM
This revision is now accepted and ready to land.Dec 5 2018, 8:05 AM
abeserminji closed this revision.Jan 10 2019, 3:26 AM

Patch committed.
https://reviews.llvm.org/rL350733
Closing manually because of typo in the commit message.