Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2013-01-09-DAGCombineBug.ll
2013-03-30 Benjamin KramerDAGCombine: visitXOR can replace a node without returni...
2013-01-09 Evan ChengFix a DAG combine bug visitBRCOND() is transforming...