This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Refactor macro fusion
ClosedPublic

Authored by evandro on Feb 22 2018, 3:56 PM.

Details

Summary

Move checks for each fusion case into separate functions for better legibility and maintainability. Otherwise, NFC.

Diff Detail

Repository
rL LLVM

Event Timeline

evandro created this revision.Feb 22 2018, 3:56 PM
MatzeB accepted this revision.Feb 22 2018, 4:06 PM

Please append a "; NFC" to the commit title.
LGTM.

This revision is now accepted and ready to land.Feb 22 2018, 4:06 PM
This revision was automatically updated to reflect the committed changes.
fhahn added a comment.Feb 22 2018, 8:46 PM

Thanks Evandro!