[PATCH] D90328: Eliminates dead store of an exisiting value

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 06:17:33 PST 2021


nikic added a comment.

I still think that this is not the right way to do it. Even if we want to perform store to load forwarding as well (which is not really the job of DSE, but even so) then it would still make more sense to iterate over all memory accesses (rather than over all defs) and look at the defining access for each.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90328



More information about the llvm-commits mailing list