1 ;RUN: llc < %s -mtriple=i686-- -mcpu=yonah -mattr=+sse2,-sse4.1 | FileCheck %s
7 define <2 x double> @max(<2 x double> %x, <2 x double> %y) {
8 %max_is_x = fcmp oge <2 x double> %x, %y
9 %max = select <2 x i1> %max_is_x, <2 x double> %x, <2 x double> %y