This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Add call lowering for parameters that could pass onto FPRs
ClosedPublic

Authored by jasonliu on Jun 21 2019, 8:34 AM.

Details

Summary

This patch adds call lowering functionality to enable passing parameters onto floating point registers when needed.

Side note:
this patch has dependency on https://reviews.llvm.org/D63547 for outputting the correct test case result (specifically for loading from TOC).

Diff Detail

Event Timeline

jasonliu created this revision.Jun 21 2019, 8:34 AM
stefanp accepted this revision.Jul 5 2019, 8:11 PM

LGTM.

This revision is now accepted and ready to land.Jul 5 2019, 8:11 PM
This revision was automatically updated to reflect the committed changes.