This is an archive of the discontinued LLVM Phabricator instance.

[mips] Guard indirect and tailcall pseudo instructions correctly.
ClosedPublic

Authored by sdardis on Nov 7 2017, 2:24 AM.

Details

Summary

Previously these pseudo instructions were not guarded by ISA, so their
select was dependant on the ordering of the entries in the DAG matcher.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Nov 7 2017, 2:24 AM
This revision is now accepted and ready to land.Nov 7 2017, 6:46 AM
This revision was automatically updated to reflect the committed changes.