[llvm-objdump/MachoDump] Make code much more concise.
[oota-llvm.git] / test / Transforms / InstCombine / 2012-08-28-udiv_ashl.ll
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-08-30 Nadav RotemIt is illegal to transform (sdiv (ashr X c1) c2) ...
2012-08-28 Benjamin KramerInstCombine: Guard the transform introduced in r162743...
2012-08-28 Nadav RotemMake sure that we don't call getZExtValue on values...
2012-08-28 Nadav RotemTeach InstCombine to canonicalize [SU]div+[AL]shl...