Handle non-constant shifts in computeKnownBits, and use computeKnownBits for constant...
[oota-llvm.git] / test / Transforms / InstSimplify / fast-math.ll
2015-06-16 Benjamin Kramer[InstSimplify] Allow folding of fdiv X, X with just...
2015-06-14 Benjamin Kramer[InstSimplify] fsub nnan x, x -> 0.0 is valid without...
2015-06-14 Benjamin Kramer[InstSimplify] Add self-fdiv identities for -ffinite...
2015-02-23 Mehdi AminiInstSimplify: simplify 0 / X if nnan and nsz
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-12-12 Michael IlsemanAdded a slew of SimplifyInstruction floating-point...
2012-11-27 Michael IlsemanFast-math test for SimplifyInstruction: fold multiply...