Create BEXTR instructions for (and ((sra or srl) x, imm), (2**size - 1)). Fixes PR17028.
[oota-llvm.git] / test / CodeGen / X86 / loop-strength-reduce-3.ll
2012-09-30 Nadav RotemRevert r164910 because it causes failures to several...
2012-09-30 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-29 Duncan SandsSpeculatively revert commit 164885 (nadav) in the hope...
2012-09-29 Nadav RotemA DAGCombine optimization for merging consecutive store...
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-12-05 Dale JohannesenMake LoopStrengthReduce smarter about hoisting things...