This is an archive of the discontinued LLVM Phabricator instance.

[MIPS][MicroMIPS] Extending size reduction pass with MOVEP
ClosedPublic

Authored by milena.vujosevic.janicic on Sep 13 2018, 7:57 AM.

Details

Summary

The patch extends size reduction pass for MicroMIPS.
Two MOVE instructions are transformed into one MOVEP instrucition.

Diff Detail

Event Timeline

atanasyan accepted this revision.Sep 18 2018, 8:04 AM

LGTM.

Do you have commit access?

This revision is now accepted and ready to land.Sep 18 2018, 8:04 AM

LGTM.

Do you have commit access?

No. @zoran.jovanovic committed my previous patches.

This revision was automatically updated to reflect the committed changes.