[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / 2008-09-25-sseregparm-1.ll
blob9373c798619965571bd567214672aaa8e1acbe2f
1 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | grep movs | count 2
2 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | grep fld | count 2
3 ; check 'inreg' attribute for sse_regparm
5 define inreg double @foo1()  nounwind {
6   ret double 1.0
9 define inreg float @foo2()  nounwind {
10   ret float 1.0
13 define double @bar() nounwind {
14   ret double 1.0
17 define float @bar2() nounwind {
18   ret float 1.0