[PATCH] D155730: [PowerPC] Add a pass to merge all of the constant globals into one pool.
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 07:27:14 PDT 2023
stefanp updated this revision to Diff 552705.
stefanp marked 12 inline comments as done.
stefanp added a comment.
Herald added a subscriber: asbirlea.
Addressed most of the comments in the review. There is only one more test case that I want to look at.
Turned the pass on by default on PowerPC.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155730/new/
https://reviews.llvm.org/D155730
Files:
llvm/lib/Target/PowerPC/CMakeLists.txt
llvm/lib/Target/PowerPC/PPC.h
llvm/lib/Target/PowerPC/PPCMergeStringPool.cpp
llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
llvm/test/CodeGen/PowerPC/PR35812-neg-cmpxchg.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
llvm/test/CodeGen/PowerPC/licm-remat.ll
llvm/test/CodeGen/PowerPC/stringpool.ll
llvm/test/CodeGen/PowerPC/stringpoollarge.ll
llvm/test/CodeGen/PowerPC/toc-load-sched-bug.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155730.552705.patch
Type: text/x-patch
Size: 143700 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230823/c5b25f9c/attachment.bin>
More information about the llvm-commits
mailing list