[PATCH] D69264: [AIX] Lowering CPI/JTI/BA to MIR

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 08:26:13 PDT 2019


Xiangling_L created this revision.
Xiangling_L added reviewers: hubert.reinterpretcast, sfertile, jasonliu, cebowleratibm.
Xiangling_L added a project: LLVM.
Herald added subscribers: llvm-commits, jsji, arphaman, MaskRay, kbarton, hiraditya, nemanjai.

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

-Add related testcases.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69264

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/lower_block_address_aix.ll
  llvm/test/CodeGen/PowerPC/lower_constant_pool_index_aix.ll
  llvm/test/CodeGen/PowerPC/lower_jump_table_aix.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69264.225892.patch
Type: text/x-patch
Size: 8920 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191021/109da626/attachment.bin>


More information about the llvm-commits mailing list