This is an archive of the discontinued LLVM Phabricator instance.

[mips] Implement alias for 'and' and 'or' instructions for all ISAs.
ClosedPublic

Authored by matheusalmeida on Jun 16 2014, 3:02 AM.

Diff Detail

Event Timeline

matheusalmeida retitled this revision from to [mips] Implement Alias ('and' and 'or' instructions) for all ISAs..
matheusalmeida updated this object.
matheusalmeida edited the test plan for this revision. (Show Details)
matheusalmeida retitled this revision from [mips] Implement Alias ('and' and 'or' instructions) for all ISAs. to [mips] Implement alias for 'and' and 'or' instructions for all ISAs..Jun 16 2014, 3:05 AM
matheusalmeida added a reviewer: dsanders.
dsanders accepted this revision.Jun 18 2014, 3:17 AM
dsanders edited edge metadata.

LGTM.

Does xor/xori and nor/nori need this too?

This revision is now accepted and ready to land.Jun 18 2014, 3:17 AM

Yeah we need to add them at some point. I'm adding only the aliases I'm finding building the Linux Kernel.

matheusalmeida edited edge metadata.