OSDN Git Service

[NFC][InstCombine] Tests for x - ~(y) -> x + y + 1 fold (PR42457)
authorRoman Lebedev <lebedev.ri@gmail.com>
Mon, 1 Jul 2019 09:57:53 +0000 (09:57 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 1 Jul 2019 09:57:53 +0000 (09:57 +0000)
commit0eb09fcac93618bfaf81f4733cbc5fc5803a3f75
tree6be502f219483f1d192a961f240c7de17d645990
parent1c1bc8778e6189f073dfe243f68d33d01867203d
[NFC][InstCombine] Tests for x - ~(y)  ->  x + y + 1 fold (PR42457)

https://bugs.llvm.org/show_bug.cgi?id=42457
https://rise4fun.com/Alive/iFhE

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364739 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/fold-sub-of-not-to-inc-of-add.ll [new file with mode: 0644]