-Enable lowering of constant pool index, jump table index, and bloack address to MIR on AIX;
-Add related testcases.
Paths
| Differential D69264
[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 TimelineHerald added subscribers: llvm-commits, jsji, arphaman and 4 others. · View Herald TranscriptOct 21 2019, 8:25 AM Comment Actions LGTM.
This revision is now accepted and ready to land.Oct 28 2019, 12:23 PM Closed by commit rG5c9bdc79e1fc: [AIX] Lowering CPI/JTI/BA to MIR (authored by Xiangling_L). · Explain WhyOct 30 2019, 8:25 AM This revision was automatically updated to reflect the committed changes. Xiangling_L marked 4 inline comments as done.
Revision Contents
Diff 227114 llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/test/CodeGen/PowerPC/aix-lower-block-address.ll
llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll
llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
|