Bug fix 13622: Add paired register support for inline asm with 64-bit data on ARM
authorWeiming Zhao <weimingz@codeaurora.org>
Wed, 13 Feb 2013 21:43:02 +0000 (21:43 +0000)
committerWeiming Zhao <weimingz@codeaurora.org>
Wed, 13 Feb 2013 21:43:02 +0000 (21:43 +0000)
commit3019fbbe6ab4c23a5a580f0cc6ba1ba1b124e1da
tree27fdebec48e730b8a6632d801ef6845617bd29ad
parent5867302b167a7cec0a6d282e2a72412e9b488a56
Bug fix 13622: Add paired register support for inline asm with 64-bit data on ARM

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175088 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
test/CodeGen/ARM/arm-modifier.ll
test/CodeGen/ARM/inlineasm-64bit.ll [new file with mode: 0644]