blob: 4ff1bf1c52ab7cf314497fd147d936a73a149378 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; PR1075
2; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin | \
Dan Gohman36eb6b72007-10-12 14:53:36 +00003; RUN: %prcontext {mulss LCPI3__foo} 1 | grep mulss | count 1
Dan Gohmanf17a25c2007-07-18 16:29:46 +00004
5define float @foo(float %x) {
6 %tmp1 = mul float %x, 3.000000e+00
7 %tmp3 = mul float %x, 5.000000e+00
8 %tmp5 = mul float %x, 7.000000e+00
9 %tmp7 = mul float %x, 1.100000e+01
10 %tmp10 = add float %tmp1, %tmp3
11 %tmp12 = add float %tmp10, %tmp5
12 %tmp14 = add float %tmp12, %tmp7
13 ret float %tmp14
14}