summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/zext-or-icmp.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] Insert instructions before adding them to worklistJakub Kuderski2019-12-181-1/+1
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+51
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-51/+0
* [ValueTracking] Out of range shifts might be undefOliver Stannard2017-03-141-0/+30
* [InstCombine] Refactor optimization of zext(or(icmp, icmp)) to enable more ag...Tobias Grosser2016-08-031-1/+1
* minimize test and use FileCheckSanjay Patel2016-02-231-32/+18
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-4/+4
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at...Evan Cheng2008-03-241-0/+35
OpenPOWER on IntegriCloud