[ARM][NFC] Refactor sequential access for DSP
authorSam Parker <sam.parker@arm.com>
Tue, 3 Jul 2018 12:44:16 +0000 (12:44 +0000)
committerSam Parker <sam.parker@arm.com>
Tue, 3 Jul 2018 12:44:16 +0000 (12:44 +0000)
commitffc1681620881901eb064046234e61b0ea4a6df4
tree32d3f9279662a4ba809ae75961514a3a5d0ffe7d
parentaa025809355ac213829e521a153c620ea31ca19e
[ARM][NFC] Refactor sequential access for DSP

With a view to support parallel operations that have their results
stored to memory, refactor the consecutive access helper out so it
could support stores instructions.

Differential Revision: https://reviews.llvm.org/D48872

llvm-svn: 336195
llvm/lib/Target/ARM/ARMParallelDSP.cpp