Thumb2 storeFrom/LoadToStackSlot() need to handle tGPR regs directly, not pass
authorJim Grosbach <grosbach@apple.com>
Sat, 27 Mar 2010 00:09:12 +0000 (00:09 +0000)
committerJim Grosbach <grosbach@apple.com>
Sat, 27 Mar 2010 00:09:12 +0000 (00:09 +0000)
commit9ab042701528bc104053f93135ef7fd1bbb1153b
treedc0e75de51ec8a370e4c882c6ba1ed27ffbda322
parent67eadb397a9baf56ff6c227ffefa7c3cff86ae4b
Thumb2 storeFrom/LoadToStackSlot() need to handle tGPR regs directly, not pass
through to the generic version. The generic functions use STR/LDR, but T2
needs the t2STR/t2LDR instead so we get the addressing mode correct.

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