[PATCH] D129857: [GlobalOpt] Ignore only loaded / only stored global parts in global SRA heuristic
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 02:09:03 PDT 2022
nikic added a comment.
I've updated the patch to treat loads and stores symmetrically: We only count the part if it is both loaded and stored. In other cases, we expect it to be optimized away.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129857/new/
https://reviews.llvm.org/D129857
More information about the llvm-commits
mailing list