commit | 9f3645869cfd4c568087d84946ebfe6b4ef1efd1 | [log] [tgz] |
---|---|---|
author | Roman Lebedev <lebedev.ri@gmail.com> | Mon Jul 01 13:31:06 2019 +0000 |
committer | Roman Lebedev <lebedev.ri@gmail.com> | Mon Jul 01 13:31:06 2019 +0000 |
tree | ab9e239c8e1bc8dbe645e8e885a97201b87c706f | |
parent | c23149f612dccf888ddd940a6d40410688cedf65 [diff] |
[NFC][InstCombine] Improve test coverage for ((~x) + y) + 1 -> y - x fold fold (PR42459) So we indeed to have this fold, but only if +1 is not the last operation.. llvm-svn: 364764