Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N)) | Tim Northover | 2015-01-21 | 1 | -0/+44 |
| | | | | | | | It can help with argument juggling on some targets, and is generally a good idea. llvm-svn: 226740 | ||||
* | Revert "DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))" | Tim Northover | 2015-01-21 | 1 | -44/+0 |
| | | | | | | | | It hadn't gone through review yet, but was still on my local copy. This reverts commit r226663 llvm-svn: 226665 | ||||
* | DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N)) | Tim Northover | 2015-01-21 | 1 | -0/+44 |
llvm-svn: 226663 |