| commit | d23b5ed85757ed4a2ea4835e69177b5e7dedc5b4 | [log] [tgz] |
|---|---|---|
| author | Sanjay Patel <spatel@rotateright.com> | Tue Dec 04 17:44:24 2018 +0000 |
| committer | Sanjay Patel <spatel@rotateright.com> | Tue Dec 04 17:44:24 2018 +0000 |
| tree | 8fe087c5000e1f5689fd41d21926828bbda47b4a | |
| parent | e35f48f62282af8a83a0cae0e285f92f24ad3407 [diff] |
[InstCombine] rearrange foldICmpWithDominatingICmp; NFC Move it out from under the constant check, reorder predicates, add comments. This makes it easier to extend to handle the non-constant case. llvm-svn: 348284