[PATCH] D113584: [ARM] Fold (fadd x, (vselect c, y, -1.0)) into (vselect c, (fadd x, y), x)

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 24 02:41:13 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG581f837355b9: [ARM] Fold (fadd x, (vselect c, y, -1.0)) into (vselect c, (fadd x, y), x) (authored by dmgreen).

Changed prior to commit:
  https://reviews.llvm.org/D113584?vs=386228&id=389441#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113584

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/Thumb2/mve-pred-selectop3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113584.389441.patch
Type: text/x-patch
Size: 4088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211124/d1a763f4/attachment.bin>


More information about the llvm-commits mailing list