This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Allow fma in tail predicated loops
ClosedPublic

Authored by dmgreen on Apr 17 2020, 9:59 AM.

Details

Summary

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!)

Diff Detail

Event Timeline

dmgreen created this revision.Apr 17 2020, 9:59 AM
samparker accepted this revision.Apr 20 2020, 2:16 AM

Adding these cases as we run into them sounds good, thanks.

This revision is now accepted and ready to land.Apr 20 2020, 2:16 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2020, 8:02 AM