[PATCH] D100464: [DSE] Remove stores in the same loop iteration

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 16 00:53:30 PDT 2021


dmgreen updated this revision to Diff 338014.
dmgreen marked 2 inline comments as done.
dmgreen added a comment.

Add a ContainsIrreducibleLoops flag, Move LoopInfo and add some irreducible tests.


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

https://reviews.llvm.org/D100464

Files:
  llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/test/CodeGen/AMDGPU/opt-pipeline.ll
  llvm/test/Other/opt-O2-pipeline.ll
  llvm/test/Other/opt-O3-pipeline-enable-matrix.ll
  llvm/test/Other/opt-O3-pipeline.ll
  llvm/test/Other/opt-Os-pipeline.ll
  llvm/test/Transforms/DeadStoreElimination/multiblock-loops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100464.338014.patch
Type: text/x-patch
Size: 14336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210416/fbcee1d6/attachment.bin>


More information about the llvm-commits mailing list