[PATCH] D70243: Lowering CPI/JTI/BA to assembly
Xiangling Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 07:21:44 PST 2019
Xiangling_L created this revision.
Xiangling_L added reviewers: sfertile, hubert.reinterpretcast, jasonliu, cebowleratibm.
Xiangling_L added a project: LLVM.
Herald added subscribers: llvm-commits, jsji, arphaman, kbarton, hiraditya, nemanjai.
- On AIX, jump table is always relative;
- Put CPI and JTI into ReadOnlySection;
- Create the temp symbol for block address symbol;
- Update MIR testcases and add related assembly part;
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70243
Files:
llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
llvm/lib/CodeGen/MachineModuleInfo.cpp
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70243.229307.patch
Type: text/x-patch
Size: 16476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191114/aea1b37f/attachment.bin>
More information about the llvm-commits
mailing list