1 ; RUN: llc < %s -march=x86-64 | grep {movq.*(%rsi), %rax}
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep {movsd.*(%eax),}
4 ; Uses movsd to load / store i64 values if sse2 is available.
8 define void @foo(i64* %x, i64* %y) nounwind {
10 %tmp1 = load i64* %y, align 8 ; <i64> [#uses=1]
11 store i64 %tmp1, i64* %x, align 8