[InstCombine] Add tests for tranforming `(icmp pred (shl {nsw and/or nuw} X, Y),...
authorNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 5 Jun 2023 07:37:06 +0000 (02:37 -0500)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 5 Jun 2023 18:01:03 +0000 (13:01 -0500)
commite8e8528085ebdb2fb4395f07abdf6bcaf0348630
tree5494d9d8a80d30fa5d365ec984aaeffae6f3846d
parentb14f95b988bb5ab2b4417973c4e703cc8777b3fb
[InstCombine] Add tests for tranforming `(icmp pred (shl {nsw and/or nuw} X, Y), C)`; NFC

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D145340
llvm/test/Transforms/InstCombine/icmp-shl.ll [new file with mode: 0644]