This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Predicated VFMA patterns
ClosedPublic

Authored by dmgreen on Aug 12 2020, 2:49 AM.

Details

Summary

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

Diff Detail

Event Timeline

dmgreen created this revision.Aug 12 2020, 2:49 AM
dmgreen requested review of this revision.Aug 12 2020, 2:49 AM
samparker accepted this revision.Aug 12 2020, 3:52 AM
This revision is now accepted and ready to land.Aug 12 2020, 3:52 AM
This revision was automatically updated to reflect the committed changes.