summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstSimplify/AndOrXor.ll
Commit message (Expand)AuthorAgeFilesLines
* InstSimplify: Try to bring back the rest of r223583David Majnemer2014-12-081-0/+9
* Revert a part of r223583, for now. It seems causing different emission betwee...NAKAMURA Takumi2014-12-081-9/+0
* InstSimplify: Optimize away useless unsigned comparisonsDavid Majnemer2014-12-061-0/+48
* InstSimplify: Simplify (sub 0, X) -> X if it's NUWDavid Majnemer2014-11-221-0/+7
* InstSimplify: Simplify trivial and/or of icmpsDavid Majnemer2014-09-151-0/+120
* InstSimplify: Simplify (X - (0 - Y)) if the second sub is NUWDavid Majnemer2014-07-311-0/+8
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* A shift of a power of two is a power of two or zero.Duncan Sands2011-10-281-0/+10
* The maximum power of 2 dividing a power of 2 is itself. This occursDuncan Sands2011-10-261-0/+12
OpenPOWER on IntegriCloud