[PATCH] D132657: [DSE] Eliminate noop store even through has clobbering between LoadI and StoreI

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 8 22:44:27 PDT 2022


StephenFan updated this revision to Diff 466348.
StephenFan added a comment.

Drop if.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132657

Files:
  llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/test/Transforms/DeadStoreElimination/noop-stores-scoped-noalias.ll
  llvm/test/Transforms/DeadStoreElimination/noop-stores.ll
  llvm/test/Transforms/DeadStoreElimination/stores-of-existing-values.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132657.466348.patch
Type: text/x-patch
Size: 5882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221009/7d4adb85/attachment.bin>


More information about the llvm-commits mailing list