aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Target.cpp
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2013-07-12 23:33:03 +0000
committerJF Bastien <jfb@google.com>2013-07-12 23:33:03 +0000
commit1b6f5a29ab62fd3e763983f31200b4cc69fa752b (patch)
tree96e466e9cfd5e6c32acba50732374fb26f590405 /lib/Target/Target.cpp
parentbee07bddeaf30aba392c1abd2815cd07545ef2c0 (diff)
downloadexternal_llvm-1b6f5a29ab62fd3e763983f31200b4cc69fa752b.zip
external_llvm-1b6f5a29ab62fd3e763983f31200b4cc69fa752b.tar.gz
external_llvm-1b6f5a29ab62fd3e763983f31200b4cc69fa752b.tar.bz2
Fix ARM paired GPR COPY lowering
ARM paired GPR COPY was being lowered to two MOVr without CC. This patch puts the CC back. My test is a reduction of the case where I encountered the issue, 64-bit atomics use paired GPRs. The issue only occurs with selectionDAG, FastISel doesn't encounter it so I didn't bother calling it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186226 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Target.cpp')
0 files changed, 0 insertions, 0 deletions