[PATCH] D155730: [PowerPC] Add a pass to merge all of the constant global arrays into one pool.

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 12:11:49 PDT 2023


lei accepted this revision as: lei.
lei added a comment.
This revision is now accepted and ready to land.

LGTM
Thx



================
Comment at: llvm/lib/Target/PowerPC/PPCMergeStringPool.cpp:317
+
+
+    if (PHINode *UserPHI = dyn_cast<PHINode>(UserInstruction)) {
----------------
nit: extra empty line


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155730/new/

https://reviews.llvm.org/D155730



More information about the llvm-commits mailing list