This is an archive of the discontinued LLVM Phabricator instance.

[X86][GlobalISel] Add minimal call lowering support to the IRTranslator
AbandonedPublic

Authored by mehdi_amini on Nov 13 2016, 8:30 AM.

Details

Summary

Add basic functionality to support call lowering for X86.
Currently only supports functions which return void and take zero arguments.
Inspired by commit 286573.

Diff Detail

Repository
rL LLVM

Event Timeline

zvi updated this revision to Diff 77750.Nov 13 2016, 8:30 AM
zvi retitled this revision from to [X86][GlobalISel] Add minimal call lowering support to the IRTranslator.
zvi updated this object.
zvi added reviewers: t.p.northover, ab, qcolombet.
zvi set the repository for this revision to rL LLVM.
mehdi_amini commandeered this revision.Nov 13 2016, 10:30 AM
mehdi_amini added a reviewer: zvi.

Llvm-commits needs to be added at creation time, otherwise there isn't a proper email thread that starts with the patch, can you open a new revision please?

mehdi_amini abandoned this revision.Nov 13 2016, 10:31 AM
zvi edited edge metadata.Nov 13 2016, 11:04 AM

Moved to D26593