Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / allrem-moddi3.ll
2011-07-08 Julien LerougeAdd _allrem, _aullrem and _allmul to the runtime for...