The supplied test case, reduced from real world code, crashes with a
'Invalid size request on a scalable vector.' error.
Since it's similar in spirit to an existing LAA test, rename the file to
generalize it to both.
Differential D114155
[LoopAccessAnalysis][SVE] Bail out for scalable vectors peterwaller-arm on Nov 18 2021, 5:34 AM. Authored by
Details The supplied test case, reduced from real world code, crashes with a Since it's similar in spirit to an existing LAA test, rename the file to
Diff Detail
Event Timeline
Comment Actions The fix looks valid, but maybe you can update the comment a bit to better describe the different scenarios.
Comment Actions
For the tests:
Comment Actions
Comment Actions A couple of things to consider but otherwise looks good.
Comment Actions Missed in previous update:
Comment Actions I made a bit of a mess of the updates here, managing to update one thing but |
Looking at the other messages suggests "LAA: Bad stride - scalable object: " would be more consistent.