Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / pr12889.ll
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2012-05-20 Peter CollingbourneWhen legalising shifts, do not pre-build a list of...