Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / 2010-02-23-RematImplicitSubreg.ll
2010-02-23 Jakob Stoklund OlesenRemember to handle sub-registers when moving imp-defs...