diff options
author | JF Bastien <jfb@google.com> | 2013-07-12 23:33:03 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2013-07-12 23:33:03 +0000 |
commit | 583db650318268d34ddf9b2ae69977fa038cff56 (patch) | |
tree | 1df77ecd7bf5ad31699046eb6ae8e6015ebd7ac4 /llvm/lib/CodeGen/StackProtector.cpp | |
parent | 44ccf3ebd2dcdb30bf82fcdf902dd714e0e4f1cb (diff) | |
download | llvm-583db650318268d34ddf9b2ae69977fa038cff56.zip llvm-583db650318268d34ddf9b2ae69977fa038cff56.tar.gz llvm-583db650318268d34ddf9b2ae69977fa038cff56.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.
llvm-svn: 186226
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions