This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][AIX] Enable base-pointer.
ClosedPublic

Authored by sfertile on Jun 17 2020, 10:34 AM.

Details

Summary

Enables using base-pointer on AIX.

Diff Detail

Event Timeline

sfertile created this revision.Jun 17 2020, 10:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 17 2020, 10:34 AM
ZarkoCA accepted this revision.Jun 26 2020, 10:50 AM

I think this one is good. I wonder if there should be more tests to check corrected alignment of various allocations but that seems out of scope for the patch and the tests in https://reviews.llvm.org/D72454 covered that anyway.

llvm/test/CodeGen/PowerPC/aix-base-pointer.ll
11

typo: calculated

23

nit: align these with the line below?

This revision is now accepted and ready to land.Jun 26 2020, 10:50 AM
This revision was automatically updated to reflect the committed changes.