summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/not.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] try to pull 'not' of select into compare operandsSanjay Patel2020-01-071-4/+15
* [InstCombine] add tests for not(select ...); NFCSanjay Patel2019-12-231-0/+142
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+253
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-253/+0
* [InstCombine] allow add+not --> sub for arbitrary vector constants.Sanjay Patel2018-09-031-2/+1
* [InstCombine] consolidate tests for ~(X+C); NFCSanjay Patel2018-09-031-0/+33
* [InstCombine] allow not+sub fold for arbitrary vector constantsSanjay Patel2018-09-021-1/+1
* [InstCombine] move/add tests for not+sub; NFCSanjay Patel2018-09-021-14/+84
* [InstCombine] fix icmp with not op and constant to work with splat vector con...Sanjay Patel2017-06-021-2/+1
* [InstCombine] fix/add tests for icmp with not ops; NFCSanjay Patel2017-06-021-10/+40
* [InstCombine] add folds for not-of-shift-rightSanjay Patel2017-05-081-6/+16
* [InstCombine] move/add tests for not(shr (not X), Y); NFCSanjay Patel2017-05-081-6/+60
* [InstCombine] consolidate tests for DeMorgan folds; NFCSanjay Patel2017-04-301-38/+1
* [InstCombine] auto-generate better checks; NFCSanjay Patel2017-04-091-35/+69
* fix typos, remove noise; NFCISanjay Patel2015-09-081-23/+24
* InstCombine: Allow folding of xor into icmp by changing the predicate for vec...Benjamin Kramer2015-02-121-0/+6
* Use FileCheck instead of grep. Change by Sonam.Suyog Sarda2014-11-271-2/+2
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-1/+1
* 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
* Implement PR2298. This transforms:Chris Lattner2008-05-091-0/+10
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-011-29/+28
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+45
OpenPOWER on IntegriCloud