[PATCH] D75115: [ARM] MVE VMLAS

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 07:38:58 PST 2020


dmgreen created this revision.
dmgreen added reviewers: simon_tatham, samparker, SjoerdMeijer, ostannard.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: LLVM.

`VMLAS Qda, Qn, Rm` performs `Qda = Qda * Qn + Rm`, a similar pattern to the existing VMLA. The sinking of splat(Rm) into the loop is already performed, meaning we just need to select the pattern.


https://reviews.llvm.org/D75115

Files:
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/mve-tail-data-types.ll
  llvm/test/CodeGen/Thumb2/mve-vmla.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75115.246447.patch
Type: text/x-patch
Size: 7441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200225/b6d192cb/attachment.bin>


More information about the llvm-commits mailing list