This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add patterns for store(fptosisat(..))
ClosedPublic

Authored by dmgreen on Aug 19 2021, 8:05 AM.

Details

Summary

As an extension to D107866, this adds store(fptosisat(..)) patterns, similar to the existing fptosi patterns, to prevent unnecessarily moving into gpr regs where we can use fp stores directly.

Diff Detail

Event Timeline

dmgreen created this revision.Aug 19 2021, 8:05 AM
dmgreen requested review of this revision.Aug 19 2021, 8:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 19 2021, 8:05 AM
samtebbs accepted this revision.Aug 31 2021, 8:50 AM

LGTM. Sorry for the delay on this one.

This revision is now accepted and ready to land.Aug 31 2021, 8:50 AM

LGTM. Sorry for the delay on this one.

Thanks. There is another dependent patch in D107865 that would need review before this one can land.

This revision was landed with ongoing or failed builds.Sep 3 2021, 11:22 AM
This revision was automatically updated to reflect the committed changes.