[PATCH] D99760: [SROA] Allow SROA on pointers with invariant group intrinsic uses
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 1 13:42:27 PDT 2021
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
Part of me thinks we really ought to add an integration test to Clang for this. However, I found it difficult to construct a program that SROA fails to optimize that the follow-up MemorySSA passes can't optimize without SROA, so maybe it would be too fragile.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99760/new/
https://reviews.llvm.org/D99760
More information about the llvm-commits
mailing list