This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][X86] Support variadic function call.
ClosedPublic

Authored by igorb on Aug 29 2017, 4:52 AM.

Details

Summary

Support variadic function call. Port the implementation from X86FastISel.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb created this revision.Aug 29 2017, 4:52 AM
guyblank added inline comments.Aug 30 2017, 1:40 AM
lib/Target/X86/X86CallLowering.cpp
350 ↗(On Diff #113063)

get rid of IsFixed and just use OrigArg.IsFixed here?

igorb updated this revision to Diff 113253.Aug 30 2017, 6:34 AM
  • fix according to comments
This revision is now accepted and ready to land.Aug 30 2017, 7:07 AM
This revision was automatically updated to reflect the committed changes.