OSDN Git Service

[InstCombine] use m_APInt to allow icmp folds using known bits for splat constant...
authorSanjay Patel <spatel@rotateright.com>
Thu, 15 Sep 2016 14:15:47 +0000 (14:15 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 15 Sep 2016 14:15:47 +0000 (14:15 +0000)
commit0ee16969ab362f02f9de13e7a19ce86cf55335f1
treebf252eb1afdde4a6bd6d3bca53dd144b7c93673e
parentc2c0b27fee5e7b303a920f07956a5f620042d7e8
[InstCombine] use m_APInt to allow icmp folds using known bits for splat constant vectors

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