In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git] / test / CodeGen / X86 / sse-align-9.ll
blob24b437ab3534ea5f45278c445cb8e62f85d3eadb
1 ; RUN: llvm-as < %s | llc -march=x86-64 | grep movup | count 2
3 define <4 x float> @foo(<4 x float>* %p) nounwind {
4   %t = load <4 x float>* %p, align 4
5   ret <4 x float> %t
7 define <2 x double> @bar(<2 x double>* %p) nounwind {
8   %t = load <2 x double>* %p, align 8
9   ret <2 x double> %t