[PATCH] D113442: [InstCombine] Enable fold select into operand for FAdd, FMul, FSub and FDiv.

Huihui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 17 11:25:54 PST 2021


huihuiz updated this revision to Diff 388002.
huihuiz edited the summary of this revision.
huihuiz added a comment.

Rebased, and a gentle ping ?

Let me know if there are concerns with the current implementation ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113442

Files:
  llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
  llvm/test/Transforms/InstCombine/select-binop-foldable-floating-point.ll
  llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll
  llvm/test/Transforms/LoopVectorize/reduction-inloop-pred.ll
  llvm/test/Transforms/LoopVectorize/reduction-inloop.ll
  llvm/test/Transforms/PhaseOrdering/AArch64/hoisting-sinking-required-for-vectorization.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113442.388002.patch
Type: text/x-patch
Size: 26323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/6e9dabd9/attachment.bin>


More information about the llvm-commits mailing list