[PATCH] D149269: [ARM] Enable shouldFoldSelectWithIdentityConstant for MVE

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 10:05:20 PDT 2023


dmgreen created this revision.
dmgreen added reviewers: samtebbs, NickGuy, SjoerdMeijer.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
dmgreen requested review of this revision.
Herald added a project: LLVM.

We already have tablegen patterns for a lot of these, but performing the combine earlier in DAG can help in a few extra cases.


https://reviews.llvm.org/D149269

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149269.517219.patch
Type: text/x-patch
Size: 5892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230426/a80b3bfd/attachment.bin>


More information about the llvm-commits mailing list