- Loads and stores in SVE2 are gather/scatter not contiguous, fixed by renaming multiclasses to reflect this and also updated comments.
- Remove aliases from load/store multiclasses that reflect the behaviour of the original form.
- Fix bug in scatter store implementation, vector list should be used as input, not output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, these seem like straightforward fixes.
I doubt there is any way to test the scatter-fix with only the assembler at the moment.