| commit | 4c52f765a594e0c7204250ac91fc2e61a0fb5e8c | [log] [tgz] |
|---|---|---|
| author | Sanjay Patel <spatel@rotateright.com> | Sat Sep 02 16:30:27 2017 +0000 |
| committer | Sanjay Patel <spatel@rotateright.com> | Sat Sep 02 16:30:27 2017 +0000 |
| tree | 5991b74f78201d3e6853d4e65eac0d1ca69dd0cb | |
| parent | 6b139464ca9eac86b5d01106120ca307f3492467 [diff] |
[InstCombine] move related functions next to each other; NFC This makes it easier to see that they're almost duplicates. As with the similar icmp functions, there should be identical folds for both logic ops because those are DeMorganized variants. llvm-svn: 312415