[PATCH] D78385: [ARM] Allow fma in tail predicated loops

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 17 10:14:55 PDT 2020


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

There are some intrinsics like this that currently block tail predication, but should be fine. This allows fma through, as the one that I ran into. There may be others that need the same treatment but I've only done this one here (I wanted smaller testcases for another patch!)


https://reviews.llvm.org/D78385

Files:
  llvm/lib/Target/ARM/MVETailPredication.cpp
  llvm/test/CodeGen/Thumb2/mve-fma-loops.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78385.258351.patch
Type: text/x-patch
Size: 15055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200417/8ce2c7be/attachment-0001.bin>


More information about the llvm-commits mailing list