summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/onehot_merge.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine][NFCI] Add more test coverage to onehot_merge.llHuihui Zhang2019-07-111-0/+161
* [InstCombine][NFCI] Add test coverage to onehot_merge.llHuihui Zhang2019-07-111-0/+145
* [NFC][InstCombine] onehot_merge.ll: add last few tests in the state they regr...Roman Lebedev2019-07-031-0/+39
* [InstCombine][NFCI] Update test cases in onehot_merge.llHuihui Zhang2019-07-011-8/+46
* [InstCombine] remove 'tmp' names and regenerate checks; NFCSanjay Patel2019-06-271-63/+64
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+111
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-111/+0
* [InstCombine] Fold (!iszero(A & K1) & !iszero(A & K2)) -> (A & (K1 | K2)) ==...Craig Topper2017-06-161-12/+8
* [InstCombine] Pre-commit test cases for the transform proposed in D34244.Craig Topper2017-06-151-0/+58
* [InstCombine] Handle (iszero(A & K1) | iszero(A & K2)) -> (A & (K1 | K2)) != ...Craig Topper2017-06-151-9/+4
* [InstCombine] Add a test case to show a case where don't handle a partially c...Craig Topper2017-06-151-0/+27
* InstCombine: Replace a hand-rolled version of isKnownToBeAPowerOfTwo with the...Benjamin Kramer2014-01-191-2/+2
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-121-0/+35
OpenPOWER on IntegriCloud