The previous patch, D135564, was too conservative to avoid store interleave
for streaming-compatible functions/mode.
In this patch, we allow using the interleave store but using scalable vector.
|  Differential  D147040  
[AArch64][CodeGen] Use interleave store for streaming compatible functions Authored by CarolineConcatto on Mar 28 2023, 4:16 AM. 
Details The previous patch, D135564, was too conservative to avoid store interleave In this patch, we allow using the interleave store but using scalable vector. 
Diff Detail 
 Event Timeline
 
 
 Comment Actions Thanks for the new tests @CarolineConcatto! I just had a couple more suggestions on possibly improving the tests a bit more ... 
 Comment Actions 
 
 Comment Actions LGTM! Eccelente! Thanks for making the changes @CarolineConcatto. 
 | ||||||||||||||||||||||||||||||||||||||||||||||||
I assume we'll need a similar capability for interleaved loads?