Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / vec_fabs.ll
2012-09-08 Craig TopperAdd support for lowering FABS of vector types.