1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | FileCheck %s
3 ; check 'inreg' attribute for sse_regparm
5 define inreg double @foo1() nounwind {
8 ; CHECK-NEXT: movsd {{.*#+}} xmm0 = [1.0E+0,0.0E+0]
13 define inreg float @foo2() nounwind {
16 ; CHECK-NEXT: movss {{.*#+}} xmm0 = [1.0E+0,0.0E+0,0.0E+0,0.0E+0]
21 define double @bar() nounwind {
29 define float @bar2() nounwind {