Suppress '(x < y) ? a : 0 -> (x < y) & a' transform on X86 architectures with dedicat...
[oota-llvm.git] / test / CodeGen / X86 / bitcast-i256.ll
2012-09-13 Michael LiaoEnhance type legalization on bitcast from vector to...