]> granicus.if.org Git - llvm/commit
[InstSimplify] Teach SimplifyMulInst to recognize vectors of i1 as And. Not just...
authorCraig Topper <craig.topper@gmail.com>
Thu, 6 Apr 2017 17:33:37 +0000 (17:33 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 6 Apr 2017 17:33:37 +0000 (17:33 +0000)
commit864291860e0deb918c644bf46f3c86541189da6f
tree18c4fc42b18366c57439d696b5de4567a31fa8f0
parent6cf90d364794d8e826aff240a306e9fdc2ec4721
[InstSimplify] Teach SimplifyMulInst to recognize vectors of i1 as And. Not just scalar i1.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299665 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/InstructionSimplify.cpp
test/Transforms/InstSimplify/mul.ll [new file with mode: 0644]