summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/signext.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+102
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-102/+0
* [InstCombine] fix datalayout in test fileSanjay Patel2018-01-241-1/+1
* [InstCombine] use m_APInt to allow ashr folds for vectors with splat constantsSanjay Patel2017-01-151-4/+2
* [InstCombine] add explanatory comments to tests; NFCSanjay Patel2017-01-151-0/+6
* [InstCombine] add test to show missed vector fold; NFCSanjay Patel2017-01-141-0/+13
* auto-generate checksSanjay Patel2016-07-161-47/+54
* [signext.ll] Removal Of Duplicate Test CasesSonam Kumari2014-12-021-18/+9
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-8/+8
* rdar://12329730 (2nd part)Shuxin Yang2012-12-041-2/+2
* Enhance a bunch of transformations in instcombine to start generatingChris Lattner2011-02-101-6/+6
* Simplify/generalize the xor+add->sign-extend instcombine.Eli Friedman2010-01-311-6/+17
* my instcombine transformations to make extension elimination moreChris Lattner2010-01-181-6/+15
* remove a redundant test, filecheckize another.Chris Lattner2010-01-181-4/+26
* 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
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-091-0/+1
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-011-31/+31
* For PR1319:Reid Spencer2007-04-151-0/+1
* For PR1319:Reid Spencer2007-04-141-2/+1
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-1/+2
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+43
OpenPOWER on IntegriCloud