1 ; RUN: llc < %s -mtriple=x86_64-apple-macosx -mattr=+sse2 -enable-misched -misched=ilpmax | FileCheck -check-prefix=MAX %s
2 ; RUN: llc < %s -mtriple=x86_64-apple-macosx -mattr=+sse2 -enable-misched -misched=ilpmin | FileCheck -check-prefix=MIN %s
4 ; Basic verification of the ScheduleDAGILP metric.
17 define float @ilpsched(float %a, float %b, float %c, float %d, float %e, float %f) nounwind uwtable readnone ssp {
19 %add = fadd float %a, %b
20 %add1 = fadd float %c, %d
21 %add2 = fadd float %e, %f
22 %add3 = fsub float %add1, %add2
23 %add4 = fadd float %add, %add3