[InstCombine][NFC] Factor out constant check
authorMax Kazantsev <mkazantsev@azul.com>
Thu, 4 Jun 2020 11:54:23 +0000 (18:54 +0700)
committerMax Kazantsev <mkazantsev@azul.com>
Thu, 4 Jun 2020 11:54:23 +0000 (18:54 +0700)
commit9bdb91889020b3e61cba26adb1b9c64a24c09f95
tree9a5a449e51f003553a0906b8842dc4cd978fb70b
parent18134511d93046b7cde5c3cb9d5e356bd8e06b00
[InstCombine][NFC] Factor out constant check

We plan to add more transforms here. Besides, this check should be
done in the beginning just from function's name.
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp