[PATCH] D85681: [AArch64][SVE] Add patterns for integer mla/mls.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 12:31:14 PDT 2020


efriedma created this revision.
efriedma added reviewers: sdesmalen, paulwalker-arm, cameron.mcinally.
Herald added subscribers: danielkiss, steven.zhang, psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.
efriedma requested review of this revision.

We probably want to introduce pseudo-instructions at some point, like we have for binary operations, but this seems okay for now.

One thing I'm not sure about is whether we should be doing this as a DAGCombine instead of directly pattern-matching it. I don't see any big downside to doing it this way, but maybe there's some important heuristic I'm not thinking of.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85681

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/llvm-ir-to-intrinsic.ll
  llvm/test/CodeGen/AArch64/sve-gep.ll
  llvm/test/CodeGen/AArch64/sve-int-arith.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85681.284475.patch
Type: text/x-patch
Size: 18720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200810/d576d0ac/attachment.bin>


More information about the llvm-commits mailing list