[PATCH] D89650: [DSE] Remove noop stores after killing stores for a MemoryDef.

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 08:53:29 PDT 2020


xbolva00 added inline comments.


================
Comment at: llvm/test/Transforms/DeadStoreElimination/MSSA/noop-stores.ll:291
 
 ; Test case from PR47887. Currently we eliminate the dead `store i32 %inc, i32* %x`,
 ; but not the no-op `store i32 %lv, i32* %x`. That is because no-op stores are
----------------
Update comment?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89650



More information about the llvm-commits mailing list