[PATCH] D94946: [ARM] Expand vXi1 VSELECT's

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 22:02:33 PST 2021


dmgreen created this revision.
dmgreen added reviewers: SjoerdMeijer, efriedma, simon_tatham, ostannard.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
dmgreen requested review of this revision.
Herald added a project: LLVM.

We have no lowering for VSELECT vXi1, vXi1, vXi1, so mark them as expanded to turn them into a series of logical operations.


https://reviews.llvm.org/D94946

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/Analysis/CostModel/ARM/arith-overflow.ll
  llvm/test/Analysis/CostModel/ARM/arith-ssat.ll
  llvm/test/CodeGen/Thumb2/mve-pred-vselect.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94946.317463.patch
Type: text/x-patch
Size: 31105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210119/d1e573b0/attachment.bin>


More information about the llvm-commits mailing list