[InstCombine] Baseline tests for reducing test-for-overflow of shifted value
authorTian Zhou <tianzhou93@gmail.com>
Fri, 2 Sep 2022 12:59:23 +0000 (08:59 -0400)
committerSanjay Patel <spatel@rotateright.com>
Fri, 2 Sep 2022 13:01:43 +0000 (09:01 -0400)
commita5880b5f9c4a7ee543fbc38d528d2830fc27753e
treeb2b1564e8aea2b12e7638e427c2a503b45af6f39
parent4cd7362083c8801bbc84d2c43b086d1f8f0de93f
[InstCombine] Baseline tests for reducing test-for-overflow of shifted value

Baseline tests for this patch https://reviews.llvm.org/D132888

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