[PATCH] D142656: [SVE][codegen] Add pattern for SVE multiply-add accumulate

Sushant Gokhale via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 07:11:28 PST 2023


sushgokh updated this revision to Diff 494624.
sushgokh added a comment.

1. Uploading the full context
2. Added a check that one of the addends is constant splat
3. Made some cleanup
4. Updated test for precommit test in D142998 <https://reviews.llvm.org/D142998>


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142656/new/

https://reviews.llvm.org/D142656

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-multiply-add-accumulate.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142656.494624.patch
Type: text/x-patch
Size: 12697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230203/77a83c85/attachment.bin>


More information about the llvm-commits mailing list