[PATCH] D115965: [DSE] Fix a case of invalid dead store elimination
Marianne Mailhot-Sarrasin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 05:58:13 PST 2021
mamai added a comment.
In D115965#3200873 <https://reviews.llvm.org/D115965#3200873>, @nikic wrote:
> From a cursory look, isn't the actual problem here that the malloc() is treated as loop invariant, even though it isn't?
Maybe. What I had been told was that this code was not really looking at invariance but at cross iteration dependencies.
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