This is an archive of the discontinued LLVM Phabricator instance.

[AIX] Lowering CPI/JTI/BA to MIR
ClosedPublic

Authored by Xiangling_L on Oct 21 2019, 8:25 AM.

Details

Summary

-Enable lowering of constant pool index, jump table index, and bloack address to MIR on AIX;

-Add related testcases.

Diff Detail

Event Timeline

Xiangling_L created this revision.Oct 21 2019, 8:25 AM
sfertile accepted this revision.Oct 28 2019, 12:23 PM

LGTM.

llvm/test/CodeGen/PowerPC/lower_constant_pool_index_aix.ll
4 ↗(On Diff #225892)

Minor nit: There is an extra space at the start of this blank line.

llvm/test/CodeGen/PowerPC/lower_jump_table_aix.ll
4 ↗(On Diff #225892)

Minor nit: Extra space here too.

54 ↗(On Diff #225892)

Minor nit: I believe there is some trailing white space at the end of this line.

64 ↗(On Diff #225892)

Minor nit: extra blank line.

This revision is now accepted and ready to land.Oct 28 2019, 12:23 PM
This revision was automatically updated to reflect the committed changes.
Xiangling_L marked 4 inline comments as done.