[PATCH] D99699: [AArch64][SVE] Lowering sve.dot to DOT node

JunMa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 31 21:13:36 PDT 2021


junparser created this revision.
junparser added reviewers: joechrisellis, peterwaller-arm, david-arm, paulwalker-arm, efriedma, sdesmalen.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
junparser requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

As is the title, this patch also takes care about dup node in performAddDotCombine which tries to support scalable vector type.

TestPlan: check-llvm


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99699

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99699.334581.patch
Type: text/x-patch
Size: 23881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210401/b2a8a520/attachment.bin>


More information about the llvm-commits mailing list