summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/and-or-not.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+642
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-642/+0
* Revert rL333106 / D46814: [InstCombine] Fold unfolded masked merge pattern wi...Roman Lebedev2018-05-311-3/+4
* [InstCombine] Fold unfolded masked merge pattern with variable mask!Roman Lebedev2018-05-231-4/+3
* [PatternMatch] Stabilize the matching order of commutative matchersRoman Lebedev2018-04-271-5/+5
* [InstCombine][NFC] Regenerate checks in and-or-not.llRoman Lebedev2018-04-261-49/+49
* [InstCombine] Fold (a | b) ^ (~a | ~b) --> ~(a ^ b) and (a & b) ^ (~a & ~b) -...Craig Topper2017-07-021-16/+8
* fix trivial typos, NFCHiroshi Inoue2017-06-301-2/+2
* [InstCombine] Add test cases to demonstrate failure to fold (a | b) ^ (~a | ~...Craig Topper2017-06-301-0/+84
* [InstCombine] In foldXorToXor, move the commutable matcher from the LHS match...Craig Topper2017-06-301-4/+4
* [InstCombine] Add one use checks to or/and->xnor foldingCraig Topper2017-06-221-4/+2
* [InstCombine] Add test cases to demonstrate that and->xnor and or->xnor foldi...Craig Topper2017-06-221-0/+50
* [InstCombine] consolidate tests for DeMorgan folds; NFCSanjay Patel2017-04-301-28/+0
* [InstCombine] fix matcher to bind to specific operand (PR32830)Sanjay Patel2017-04-271-0/+20
* [InstCombine] add/move folds for [not]-xorSanjay Patel2017-04-231-38/+34
* [InstCombine] add tests for not-xor and remove redundant tests; NFCSanjay Patel2017-04-231-0/+147
* [InstCombine] add tests for or-to-xor; NFCSanjay Patel2017-04-231-0/+76
* [InstCombine] add pattern matches for commuted variants of xor-to-xorSanjay Patel2017-04-231-11/+3
* [InstCombine] add tests for xor-to-xor; NFCSanjay Patel2017-04-231-0/+215
* [InstCombine] add tests for add-to-xor commuted variants; NFCSanjay Patel2017-04-231-5/+47
* [InstCombine] clean up tests and regenerate checks; NFCSanjay Patel2017-04-221-44/+46
* use FileCheck for tighter checkingSanjay Patel2016-03-161-7/+17
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-021-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-3/+3
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-3/+3
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* add vector versions of this testChris Lattner2007-06-151-1/+20
* testcase for PR1510Chris Lattner2007-06-151-0/+27
OpenPOWER on IntegriCloud