[InstCombine] Add tests for (binop (binop (lshift X,Amt),Mask),(lshift Y,Amt)); NFC
authorNoah Goldstein <goldstein.w.n@gmail.com>
Fri, 9 Jun 2023 17:54:51 +0000 (12:54 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 14 Jun 2023 01:08:35 +0000 (20:08 -0500)
commitb7f34cea5a224455d414953d54373da2f42a33a8
tree8eba2a40de4382bda5d876165b8e54588bf2e984
parenta09f79d2275f29b927b6f9c0472d49f6f1bfd029
[InstCombine] Add tests for (binop (binop (lshift X,Amt),Mask),(lshift Y,Amt)); NFC

Differential Revision: https://reviews.llvm.org/D152567
llvm/test/Transforms/InstCombine/binop-and-shifts.ll [new file with mode: 0644]