This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Mark more integer instructions as not having side effects.
ClosedPublic

Authored by dmgreen on Jun 23 2020, 1:19 AM.

Details

Summary

LDRD and STRD, along with UBFX and SBFX are selected from DAGToDAG transforms, so do not have patterns. They don't get marked as having side effects so cannot be scheduled as efficiently as you would like.

Diff Detail

Event Timeline

dmgreen created this revision.Jun 23 2020, 1:19 AM
This revision is now accepted and ready to land.Jun 23 2020, 1:11 PM
This revision was automatically updated to reflect the committed changes.