Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2012-01-16-mfence-nosse-flags.ll
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2012-01-16 Eli FriedmanMake sure the non-SSE lowering for fences correctly...