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

Sushant Gokhale via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 10:34:57 PST 2023


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

Changed the logic to generate Psuedo instruction at ISel(which would be changed to  actual instruction much later during ExpandPseudo pass) upon @paulwalker-arm suggestion


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-gather-scatter-addr-opts.ll
  llvm/test/CodeGen/AArch64/sve-int-arith.ll
  llvm/test/CodeGen/AArch64/sve-multiply-add-accumulate.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142656.497383.patch
Type: text/x-patch
Size: 20283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230214/68957dbb/attachment.bin>


More information about the llvm-commits mailing list