Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw whenever
[oota-llvm.git] / test / Transforms / InstSimplify / compare.ll
2011-03-05 Nick LewyckyThread comparisons over udiv/sdiv/ashr/lshr exact and...
2011-03-04 Nick LewyckyRevert broken srem logic from r126991.
2011-03-04 Nick LewyckyFold "icmp pred (srem X, Y), Y" like we do for urem...
2011-03-04 Nick LewyckyTeach instruction simplify to use constant ranges to...
2011-03-01 Nick LewyckyOptimize "icmp pred (urem X, Y), Y" --> true/false...
2011-02-13 Duncan SandsTeach instsimplify that X+Y>=X+Z is the same as Y>...