This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Look through constants when selection stores of 0
ClosedPublic

Authored by paquette on Jul 24 2020, 6:19 PM.

Details

Summary

Very minor code size improvements (hits 8 times in Bullet at -O3), but still something.

Also very minor NFC change to make sure we only search for a 0 constant when selecting a store. Before, we'd do this for loads as well.

Diff Detail

Event Timeline

paquette created this revision.Jul 24 2020, 6:19 PM
This revision is now accepted and ready to land.Jul 24 2020, 10:36 PM
This revision was automatically updated to reflect the committed changes.