This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISe] Select STRQui for stores into v264s instead of scalarizing
ClosedPublic

Authored by paquette on Apr 1 2019, 11:41 AM.

Details

Summary

This improves selection for vector stores into v2s64s. Before we just scalarized them, but we can just use a STRQui instead.

Diff Detail

Repository
rL LLVM

Event Timeline

paquette created this revision.Apr 1 2019, 11:41 AM
aemerson accepted this revision.Apr 1 2019, 2:38 PM

LGTM.

This revision is now accepted and ready to land.Apr 1 2019, 2:38 PM
This revision was automatically updated to reflect the committed changes.