[InstCombine] use APInt in isSignTest instead of ConstantInt; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 18 Aug 2016 14:59:14 +0000 (14:59 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 18 Aug 2016 14:59:14 +0000 (14:59 +0000)
commit5b112845daf87b34530d3a2c06463bca7c6768ae
tree6dffbb8ea52cd8b8c2e885f7863c471ee8452b20
parent8a8b7b6df77568d88ce6a4fce31504bc34807d0c
[InstCombine] use APInt in isSignTest instead of ConstantInt; NFC

This will enable vector splat folding, but NFC until the callers
have their ConstantInt restrictions removed.

llvm-svn: 279072
llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp