[PATCH] D65392: [AArch64][SVE2] Load/store instruction fixes

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 07:37:05 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, SjoerdMeijer, chill, rovka.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.

- 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.


Repository:
  rL LLVM

https://reviews.llvm.org/D65392

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/SVEInstrFormats.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65392.212144.patch
Type: text/x-patch
Size: 6720 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190729/27d88a7d/attachment-0001.bin>


More information about the llvm-commits mailing list