summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/multi-vector-store-size.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Create proper memoperand for multi-vector storesDavid Greene2018-10-301-0/+82
| | | | | | | | | | | | Re-apply r345315 with testcase fixes. Include all of the store's source vector operands when creating the MachineMemOperand. Previously, we were missing the first operand, making the store size seem smaller than it really is. Differential Revision: https://reviews.llvm.org/D52816 llvm-svn: 345631
* Revert "[AArch64] Create proper memoperand for multi-vector stores"Vlad Tsyrklevich2018-10-261-164/+0
| | | | | | | This reverts commit r345315, it was causing test failures on sanitizer-x86_64-linux-fast. llvm-svn: 345356
* [AArch64] Create proper memoperand for multi-vector storesDavid Greene2018-10-251-0/+164
Include all of the store's source vector operands when creating the MachineMemOperand. Previously, we were missing the first operand, making the store size seem smaller than it really is. Differential Revision: https://reviews.llvm.org/D52816 llvm-svn: 345315
OpenPOWER on IntegriCloud