OSDN Git Service

[InstCombine] use m_APInt to allow icmp (and X, Y), C folds for splat constant vectors
authorSanjay Patel <spatel@rotateright.com>
Sun, 28 Aug 2016 18:18:00 +0000 (18:18 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sun, 28 Aug 2016 18:18:00 +0000 (18:18 +0000)
commit2c15995350683056b88145dbededaee5cf94cb42
tree130863e12222b880c2766692e78a0cdf58b97511
parent337ddd9188ed05ca3fc9fa77506003f2d053ea40
[InstCombine] use m_APInt to allow icmp (and X, Y), C folds for splat constant vectors

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279937 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCompares.cpp
test/Transforms/InstCombine/and-compare.ll
test/Transforms/InstCombine/apint-shift.ll
test/Transforms/InstCombine/icmp.ll
test/Transforms/InstCombine/shift.ll