[PATCH] D144476: [GlobalOpt] Extend logic in SRA heuristic to skip stores of initializer.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 6 07:18:27 PST 2023
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM, though I think it might be cleaner if we collected the initializer part during the construction of `GlobalPart`, rather than calculating it twice, here and during the SRA split.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144476/new/
https://reviews.llvm.org/D144476
More information about the llvm-commits
mailing list