[PATCH] D101245: [GlobalOpt] Disable heap SROA when GEP of the only storer is used
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 26 12:17:06 PDT 2021
aeubanks added a comment.
I'm not familiar with the terminology of "storer", so the description is confusing to me.
Trying to understand the test case and description, is the issue that Heap SROA isn't handling a store of the entire struct (as opposed to initializing the struct element by element)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101245/new/
https://reviews.llvm.org/D101245
More information about the llvm-commits
mailing list