[X86] Do not lower scalar sdiv/udiv to a shifts + mul sequence when optimizing for...
[oota-llvm.git] / test / CodeGen / X86 / avx512-vselect-crash.ll
2014-01-08 Andrea Di BiagioTeach the DAGCombiner how to fold 'vselect' dag nodes...
2013-12-04 Cameron McInallySuppress '(x < y) ? a : 0 -> (x < y) & a' transform...