[PATCH] D109700: [InstCombine] Improve TryToSinkInstruction with multiple uses

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 07:15:42 PDT 2021


anna updated this revision to Diff 372935.
anna added a comment.

Narrower change compared to previous one: getUniqueUndroppableUser API introduced is only used within InstCombine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109700

Files:
  llvm/include/llvm/IR/Value.h
  llvm/lib/IR/Value.cpp
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Transforms/InstCombine/icmp-mul-zext.ll
  llvm/test/Transforms/InstCombine/sink_instruction.ll
  llvm/test/Transforms/SLPVectorizer/X86/blending-shuffle-inseltpoison.ll
  llvm/test/Transforms/SLPVectorizer/X86/blending-shuffle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109700.372935.patch
Type: text/x-patch
Size: 7614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210916/d8226301/attachment.bin>


More information about the llvm-commits mailing list