aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/and-or-not.ll
AgeCommit message (Expand)Author
2017-07-02[InstCombine] Fold (a | b) ^ (~a | ~b) --> ~(a ^ b) and (a & b) ^ (~a & ~b) -...Craig Topper
2017-06-30fix trivial typos, NFCHiroshi Inoue
2017-06-30[InstCombine] Add test cases to demonstrate failure to fold (a | b) ^ (~a | ~...Craig Topper
2017-06-30[InstCombine] In foldXorToXor, move the commutable matcher from the LHS match...Craig Topper
2017-06-22[InstCombine] Add one use checks to or/and->xnor foldingCraig Topper
2017-06-22[InstCombine] Add test cases to demonstrate that and->xnor and or->xnor foldi...Craig Topper
2017-04-30[InstCombine] consolidate tests for DeMorgan folds; NFCSanjay Patel
2017-04-27[InstCombine] fix matcher to bind to specific operand (PR32830)Sanjay Patel
2017-04-23[InstCombine] add/move folds for [not]-xorSanjay Patel
2017-04-23[InstCombine] add tests for not-xor and remove redundant tests; NFCSanjay Patel
2017-04-23[InstCombine] add tests for or-to-xor; NFCSanjay Patel
2017-04-23[InstCombine] add pattern matches for commuted variants of xor-to-xorSanjay Patel
2017-04-23[InstCombine] add tests for xor-to-xor; NFCSanjay Patel
2017-04-23[InstCombine] add tests for add-to-xor commuted variants; NFCSanjay Patel
2017-04-22[InstCombine] clean up tests and regenerate checks; NFCSanjay Patel
2016-03-16use FileCheck for tighter checkingSanjay Patel
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-06-15add vector versions of this testChris Lattner
2007-06-15testcase for PR1510Chris Lattner