Fix scheduling for vldm/vstm instructions that load/store more than 32 bytes on Corte...
authorSilviu Baranga <silviu.baranga@arm.com>
Wed, 4 Sep 2013 17:05:18 +0000 (17:05 +0000)
committerSilviu Baranga <silviu.baranga@arm.com>
Wed, 4 Sep 2013 17:05:18 +0000 (17:05 +0000)
commit87b120690b64f41c5b2367653e542ae2cfaa27ba
tree9b207139d883658ffed22e93154eda4e48863e3e
parent9718158222ad9c52b2fb14609a341d4e24def8bb
Fix scheduling for vldm/vstm instructions that load/store more than 32 bytes on Cortex-A9. This also makes the existing code more compact.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189958 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMScheduleA9.td
test/CodeGen/ARM/vldm-sched-a9.ll [new file with mode: 0644]