[PATCH] D85824: [ARM] Predicated VFMA patterns

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 02:49:42 PDT 2020


dmgreen created this revision.
dmgreen added reviewers: SjoerdMeijer, samparker, efriedma, simon_tatham, samtebbs, ostannard.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
dmgreen requested review of this revision.

Similar to the Two op + select patterns that were added recently, the adds some patterns for select + fma to turn them into predicated operations.


https://reviews.llvm.org/D85824

Files:
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/test/CodeGen/Thumb2/mve-fmas.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85824.285022.patch
Type: text/x-patch
Size: 7708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200812/493fcc11/attachment.bin>


More information about the llvm-commits mailing list