Recognize VST1q64Pseudo and VSTMQ as stack slot stores.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 15 Sep 2010 17:27:09 +0000 (17:27 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Wed, 15 Sep 2010 17:27:09 +0000 (17:27 +0000)
commitd64816a8d04e5b20b7a0628bc1f22607c07e8f69
tree0dfb12c6a67ee5d8875b3dc2a9a50272ab937cb3
parent3a951829fef6a2cfca87611e94cf48e0136f81d5
Recognize VST1q64Pseudo and VSTMQ as stack slot stores.
Recognize VLD1q64Pseudo as a stack slot load.

Reject these if they are loading or storing a subregister. The API (and
VirtRegRewriter) doesn't know how to deal with that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113985 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp