[PATCH] D91415: [InstCombine] add multi-use demanded bits fold for add with low-bit mask

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 15 12:19:08 PST 2020


This revision was automatically updated to reflect the committed changes.
spatel marked an inline comment as done.
Closed by commit rGe56103d25016: [InstCombine] add multi-use demanded bits fold for add with low-bit mask (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D91415?vs=305006&id=305384#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91415

Files:
  llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  llvm/test/Transforms/InstCombine/and.ll
  llvm/test/Transforms/LoopVectorize/X86/float-induction-x86.ll
  llvm/test/Transforms/LoopVectorize/if-conversion-nest.ll
  llvm/test/Transforms/LoopVectorize/runtime-check.ll
  llvm/test/Transforms/PhaseOrdering/X86/vdiv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91415.305384.patch
Type: text/x-patch
Size: 7334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201115/7bae5a01/attachment.bin>


More information about the llvm-commits mailing list