This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][X86] Lower FormalArgument/Ret using G_MERGE_VALUES/G_UNMERGE_VALUES.
ClosedPublic

Authored by igorb on Apr 20 2017, 5:13 AM.

Details

Summary

[GlobalISel][X86] Lower FormalArgument/Ret using G_MERGE_VALUES/G_UNMERGE_VALUES.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb created this revision.Apr 20 2017, 5:13 AM
zvi edited edge metadata.Apr 23 2017, 7:15 AM

LGTM. Maybe let Tim have a chance to review before committing?

t.p.northover accepted this revision.Apr 24 2017, 9:33 AM

Looks reasonable to me too.

This revision is now accepted and ready to land.Apr 24 2017, 9:33 AM

Thanks for the review!

This revision was automatically updated to reflect the committed changes.