Fix PR 17372: Emitting PLD for stack address for ARM Thumb2
authorWeiming Zhao <weimingz@codeaurora.org>
Thu, 26 Sep 2013 17:25:10 +0000 (17:25 +0000)
committerWeiming Zhao <weimingz@codeaurora.org>
Thu, 26 Sep 2013 17:25:10 +0000 (17:25 +0000)
commit82f36241c2484a72ba11b7ae5af3f485504a7b6e
treeafa41a035799d80042cae748eb96cc9a514d66ce
parentdaf6b948b98b886f5f0fba130e91e01c9ca7c2f2
Fix PR 17372: Emitting PLD for stack address for ARM Thumb2

t2PLDi12, t2PLDi8, t2PLDs was omitted in Thumb2InstrInfo.
This patch fixes it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191441 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/Thumb2InstrInfo.cpp
test/CodeGen/ARM/prefetch-thumb.ll [new file with mode: 0644]