[InstCombine] Add sub(add(x,y),minmax(x,y)) -> maxmin(x,y) tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 8 Apr 2022 15:55:44 +0000 (16:55 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 8 Apr 2022 16:03:12 +0000 (17:03 +0100)
commit57f4dcfe154fb55eebab3039ab9e4b62ab959a31
tree5d1639cf44b8d5aa38bcb77d8f3d1e507dbdac6c
parent5562d9b3c006f3e376d98ee7b9f3c6c8608ddbee
[InstCombine] Add sub(add(x,y),minmax(x,y)) -> maxmin(x,y) tests

Based on Issue #37628
llvm/test/Transforms/InstCombine/sub-minmax.ll