[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / compare-signs.ll
2015-09-16 Sanjoy Das[InstCombine] Optimize icmp slt signum(x), 1 --> icmp...
2013-11-16 Benjamin KramerInstCombine: fold (A >> C) == (B >> C) --> (A^B) <...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2009-12-12 Benjamin KramerFix some CHECK lines which were ignored by accident.
2009-12-05 Nick LewyckyGeneralize this optimization to work on equality compar...
2009-11-23 Nick LewyckyReapply r88830 with a bugfix: this transform only appli...
2009-11-15 Nick LewyckyRevert r88830 and r88831 which appear to have caused...
2009-11-15 Nick LewyckyCorrect typo.
2009-11-15 Nick LewyckyTeach instcombine to look for booleans in wider integer...