X86: Turn mul of <4 x i32> into pmuludq when no SSE4.1 is available.
[oota-llvm.git] / test / CodeGen / X86 / switch-bt.ll
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2011-07-14 Benjamin KramerDon't emit a bit test if there is only one case the...
2011-01-06 Evan ChengAvoid zero extend bit test operands to pointer type...
2010-06-24 Dan GohmanOptimize the "bit test" code path for switch lowering...