[PATCH] D79859: [ARM][MVE] Add support for incrementing scatters
Anna Welker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 13 07:00:16 PDT 2020
anwel created this revision.
anwel added reviewers: dmgreen, SjoerdMeijer, samparker.
anwel added a project: LLVM.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls.
Complementing https://reviews.llvm.org/D76786, this patch enables the MVEGatherScatterLowering pass to build pre-incrementing scatters.
If the increment (i.e., add instruction) that is merged into the scatteris the loop increment, an incrementing write-back scattercan be built, which then assumes the role of the loop increment.
https://reviews.llvm.org/D79859
Files:
llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
llvm/test/CodeGen/Thumb2/mve-gather-scatter-optimisation.ll
llvm/test/CodeGen/Thumb2/mve-scatter-increment.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79859.263702.patch
Type: text/x-patch
Size: 26524 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/4559ca26/attachment.bin>
More information about the llvm-commits
mailing list