[NFC][InstCombine] Add tests for sinking `not` into logical ops with hands with extra...
authorRoman Lebedev <lebedev.ri@gmail.com>
Sun, 18 Dec 2022 23:28:30 +0000 (02:28 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Mon, 19 Dec 2022 01:11:15 +0000 (04:11 +0300)
commitba9c6add4c9d9027871f93886ad999fce8db2f70
treee7760a86392db08b3e90640c258ad5293a81d13a
parentfa5f77b162465408e9471edb15779d6cc99e1d19
[NFC][InstCombine] Add tests for sinking `not` into logical ops with hands with extra (but invertible) uses
llvm/test/Transforms/InstCombine/sink-not-into-and.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/sink-not-into-logical-and.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/sink-not-into-logical-or.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/sink-not-into-or.ll [new file with mode: 0644]