[PATCH] D97676: [DSE] Extending isOverwrite to support offsetted fully overlapping stores

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 04:07:15 PST 2021


nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.

Using scalar evolution for this purpose is definitely inappropriate. I would suggest to try basing this on D93529 <https://reviews.llvm.org/D93529> instead.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97676/new/

https://reviews.llvm.org/D97676



More information about the llvm-commits mailing list