Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / atom-fixup-lea1.ll
2013-04-25 Preston GurdThis patch adds the X86FixupLEAs pass, which will reduc...