1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movs | count 2
2 ; RUN: llc < %s -march=x86 -mattr=+sse2 | grep fld | count 2
3 ; check 'inreg' attribute for sse_regparm
5 define double @foo1() inreg nounwind {
9 define float @foo2() inreg nounwind {
13 define double @bar() nounwind {
17 define float @bar2() nounwind {