| commit | 77bf622db6301d2a8d5c1fef2231dea4228ad5a1 | [log] [tgz] |
|---|---|---|
| author | Sanjay Patel <spatel@rotateright.com> | Mon Apr 03 16:53:12 2017 +0000 |
| committer | Sanjay Patel <spatel@rotateright.com> | Mon Apr 03 16:53:12 2017 +0000 |
| tree | 010278bb8e618fda13c305c9a6f0905d42ff1e39 | |
| parent | 7a3b69d0960061da2e0110e4744e94a25ffa92de [diff] |
[InstCombine] fix formatting for foldLogOpOfMaskedICmps and related bits; NFCI 1. Improve enum, function, and variable names. 2. Improve comments. 3. Fix variable capitalization. 4. Run clang-format. As an existing code comment suggests, this should work with vector types / splat constants too, so making this look right first will reduce the diffs needed for that change. llvm-svn: 299365