[PATCH] D75765: [AArch64][SVE] Add support for DestructiveTernaryCommWithRev DestructiveInstType

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 12:09:06 PST 2020


cameron.mcinally created this revision.
cameron.mcinally added reviewers: sdesmalen, kmclaughlin, dancgr, efriedma, each, andwar, rengolin.
Herald added subscribers: llvm-commits, psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.

This is the fifth patch in a series to support prefixing destructive operations, with the MOVPRFX instruction, to build constructive operations. The previous patch is D75064 <https://reviews.llvm.org/D75064>.

Here we add support for the DestructiveTernaryCommWithRev DestructiveInstType.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75765

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75765.248804.patch
Type: text/x-patch
Size: 34496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200306/45976588/attachment.bin>


More information about the llvm-commits mailing list