[InstCombine][NFC] Use ConstantExpr::getBinOpIdentity
authorLayton Kifer <laytonkifer@gmail.com>
Thu, 22 Oct 2020 18:42:09 +0000 (20:42 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 22 Oct 2020 18:44:57 +0000 (20:44 +0200)
commitd49911c2825c40b49c915e61cdf6656e49789dcd
tree5d76a943dc60e9406181931c94a3eee92553a50d
parent922285abec7cdcce1045b979ea1ff1091243bb0b
[InstCombine][NFC] Use ConstantExpr::getBinOpIdentity

Delete duplicate implementation getSelectFoldableConstant and
replace with ConstantExpr::getBinOpIdentity.

Differential Revision: https://reviews.llvm.org/D89839
llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp