[PATCH] D115965: [DSE] Fix a case of invalid dead store elimination
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 22 12:35:06 PST 2021
fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
It would be good to make the title/commit message a bit more descriptive
Instead of
> [DSE] Fix a case of invalid dead store elimination
perhaps something like '[DSE] Fix handling of alloc-like instructions in isGuaranteedLoopInvariant`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115965/new/
https://reviews.llvm.org/D115965
More information about the llvm-commits
mailing list