[InstCombine] Test cases for D154206
authorDhruv Chawla <44582521+dc03@users.noreply.github.com>
Mon, 3 Jul 2023 13:17:20 +0000 (18:47 +0530)
committerDhruv Chawla <44582521+dc03@users.noreply.github.com>
Wed, 5 Jul 2023 13:24:37 +0000 (18:54 +0530)
commit0e71bb33f8273ffdeab5b97d28c8341b914deb53
treedf3a71517cf61e139291e1ae710606675668bbff
parent4a49226537abafc9b372ba8ef61d14a817a5226a
[InstCombine] Test cases for D154206

Create test cases to test the fold for the expression pattern
'usub_sat(X, C) pred C2'.

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