[PATCH] D97676: [DSE] Extending isOverwrite to support offsetted fully overlapping stores
Matteo Favaro via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 8 02:23:30 PST 2021
fvrmatteo marked 7 inline comments as done.
fvrmatteo added a comment.
In D97676#2609966 <https://reviews.llvm.org/D97676#2609966>, @nikic wrote:
> Could you please also update the patch summary, as this is no longer using SCEV?
Updated the patch summary, converted `undef` to `0.0`, rebased to remove the MemDep DSE changes, removed the unnecessary parentheses and moved `P1`/`P2` right before the first usage.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97676/new/
https://reviews.llvm.org/D97676
More information about the llvm-commits
mailing list