[InstCombine] Remove integer SPF of SPF folds (NFCI)
authorNikita Popov <npopov@redhat.com>
Thu, 24 Feb 2022 13:33:57 +0000 (14:33 +0100)
committerNikita Popov <npopov@redhat.com>
Fri, 18 Mar 2022 09:20:48 +0000 (10:20 +0100)
commitfc8946fae7a4e9351b7775ec8407d248b8fd02b4
tree26ac480c70bebdf318b6eeebb7e0cc2bf31b6c24
parent022b05941ef4d9ee50d4a7a29b0537b562624b16
[InstCombine] Remove integer SPF of SPF folds (NFCI)

Now that we canonicalize to intrinsics, these folds should no
longer be needed. Only one fold that also applies to floating-point
min/max is retained.
llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp