summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/zext.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "[InstCombine] fold zext of masked bit set/clear"Kadir Cetinkaya2020-01-081-37/+28
* [InstCombine] fold zext of masked bit set/clearSanjay Patel2019-12-311-28/+37
* [InstCombine] add/adjust tests for masked bit; NFCSanjay Patel2019-12-311-6/+66
* [InstCombine] add tests for masked bit set/clear; NFCSanjay Patel2019-12-311-20/+188
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+174
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-174/+0
* [InstCombine] make ((X & C) ^ C) form consistent for vectorsSanjay Patel2018-09-041-2/+2
* [InstCombine] revert r300977 and r301021Sanjay Patel2017-04-211-1/+1
* [InstCombine] prefer xor with -1 because 'not' is easier to understand (PR32706)Sanjay Patel2017-04-211-1/+1
* [InstCombine] use m_APInt to allow demanded bits analysis on splat constantsSanjay Patel2017-02-091-1/+1
* [InstCombine] consolidate zext tests and auto-generate checks; NFCSanjay Patel2016-10-261-26/+59
* [InstCombine] Refactor optimization of zext(or(icmp, icmp)) to enable more ag...Tobias Grosser2016-08-031-0/+69
* [InstCombine] LogicOpc (zext X), C --> zext (LogicOpc X, C) (PR28476)Sanjay Patel2016-07-211-10/+7
* Revert "[InstCombine] Enable cast-folding in logic(cast(icmp), cast(icmp))"Benjamin Kramer2016-07-201-70/+0
* [InstCombine] Provide more test cases for cast-folding [NFC]Tobias Grosser2016-07-201-3/+35
* [InstCombine] Enable cast-folding in logic(cast(icmp), cast(icmp))Tobias Grosser2016-07-191-0/+38
* add more tests for zexty xor sandwichesSanjay Patel2016-07-131-0/+27
* auto-generate checksSanjay Patel2016-07-121-20/+23
* InstCombine: Modernize a bunch of cast combines.Benjamin Kramer2014-01-191-0/+34
* Remove this part of the test, it never actually tested anything anyways. ThisNick Lewycky2009-10-121-25/+0
* Fix syntax error missed in converting zext.ll test. Convert 2003-11-13-ConstE...Edward O'Callaghan2009-10-121-4/+4
* Convert InstCombine tests from notcast to FileCheck.Edward O'Callaghan2009-10-121-2/+5
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-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
* commit a tweaked version of Daniel's patch for PR3599. We nowChris Lattner2009-02-171-0/+23
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-011-5/+6
* For PR1319:Reid Spencer2007-04-141-2/+2
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+9
OpenPOWER on IntegriCloud