[PATCH] D100918: [PowerPC] Turn Off PC Relative Linker Optimization by Default
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 18:40:45 PDT 2021
stefanp created this revision.
stefanp added a reviewer: nemanjai.
Herald added subscribers: shchenz, kbarton, hiraditya, qcolombet.
stefanp requested review of this revision.
Herald added a project: LLVM.
Currently the PC Relative Linker Optimization is on my default.
This patch turns it off by default.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100918
Files:
llvm/lib/Target/PowerPC/PPCPreEmitPeephole.cpp
llvm/test/CodeGen/PowerPC/p10-spill-crun.ll
llvm/test/CodeGen/PowerPC/pcrel-call-linkage-with-calls.ll
llvm/test/CodeGen/PowerPC/pcrel-got-indirect.ll
llvm/test/CodeGen/PowerPC/pcrel-linkeropt-option.ll
llvm/test/CodeGen/PowerPC/pcrel-linkeropt.ll
llvm/test/CodeGen/PowerPC/pcrel-relocation-plus-offset.ll
llvm/test/CodeGen/PowerPC/pcrel-tail-calls.ll
llvm/test/CodeGen/PowerPC/pcrel.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100918.339071.patch
Type: text/x-patch
Size: 12710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210421/111203ec/attachment-0001.bin>
More information about the llvm-commits
mailing list