This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Prevent generating NEON stack accesses under MVE.
ClosedPublic

Authored by dmgreen on Sep 4 2019, 6:54 AM.

Details

Summary

We should not be generating Neon stack loads/stores even for these large registers.

No test here because my understanding is we will only generate these QQPR regs for intrinsics and VLDn's, and this feels fairly obvious.

Diff Detail

Repository
rL LLVM

Event Timeline

dmgreen created this revision.Sep 4 2019, 6:54 AM
This revision is now accepted and ready to land.Sep 9 2019, 2:12 AM
This revision was automatically updated to reflect the committed changes.