[PATCH] D124224: [AArch64][SVE] Add some logical operation DestructiveBinaryComm patterns

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 19:14:24 PDT 2022


Allen created this revision.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
Allen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add DestructiveBinaryComm* patterns for ORR, EOR, AND and BIC.
The above instructions requires that the source and destination registers are
equal, so use movprfx should be beneficial to performance.


https://reviews.llvm.org/D124224

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-merging.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124224.424356.patch
Type: text/x-patch
Size: 25652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220422/a0266a96/attachment.bin>


More information about the llvm-commits mailing list