[PATCH] D124967: [SROA] Avoid postponing rewriting load/store by ignoring lifetime intrinsics in partition's promotability checking
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 13 08:39:40 PDT 2022
nikic added a comment.
This still has the problem that the result differs depending on whether the lifetime intrinsic is present or not. It makes me suspicious that this is not fixing the right thing. I would at least like an explanation of where the difference comes from.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124967/new/
https://reviews.llvm.org/D124967
More information about the llvm-commits
mailing list