[PATCH] D75008: [InstCombine] DCE instructions earlier

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 11:50:36 PST 2020


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

Rebase and remove redundant code.


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

https://reviews.llvm.org/D75008

Files:
  llvm/include/llvm/Transforms/InstCombine/InstCombineWorklist.h
  llvm/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Transforms/InstCombine/2010-11-01-lshr-mask.ll
  llvm/test/Transforms/InstCombine/demorgan-sink-not-into-xor.ll
  llvm/test/Transforms/InstCombine/logical-select.ll
  llvm/test/Transforms/InstCombine/pr44245.ll
  llvm/test/Transforms/InstCombine/select-imm-canon.ll
  llvm/test/Transforms/InstCombine/sub-ashr-and-to-icmp-select.ll
  llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll
  llvm/test/Transforms/InstCombine/vec_sext.ll
  llvm/test/Transforms/SimplifyCFG/merge-cond-stores.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75008.246805.patch
Type: text/x-patch
Size: 20222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200226/7d92e2ac/attachment-0001.bin>


More information about the llvm-commits mailing list