This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Constant fold VMOVrh
ClosedPublic

Authored by dmgreen on Sep 16 2020, 1:14 PM.

Details

Summary

This adds simple constant folding for VMOVrh. It can help with especially with soft calling conventions, but some of the results are not optimal as we end up loading using a vldr. This can be improved in a follow up patch.

Diff Detail

Event Timeline

dmgreen created this revision.Sep 16 2020, 1:14 PM
dmgreen requested review of this revision.Sep 16 2020, 1:14 PM
This revision is now accepted and ready to land.Sep 16 2020, 4:01 PM
This revision was automatically updated to reflect the committed changes.