[PATCH] D72807: [InstCombine] Fix worklist management in DSE (PR44552)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 15 13:56:48 PST 2020


nikic updated this revision to Diff 238362.
nikic marked an inline comment as done.
nikic added a comment.

Remove unnecessary iterator increment. Reduce test case to use 100 instead of 1000 iterations.


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

https://reviews.llvm.org/D72807

Files:
  llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  llvm/test/Transforms/InstCombine/pr44552.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72807.238362.patch
Type: text/x-patch
Size: 19259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200115/c9b1112a/attachment.bin>


More information about the llvm-commits mailing list