Have m_One also match constant vectors for which every element is 1.
authorDuncan Sands <baldrick@free.fr>
Tue, 1 Feb 2011 08:39:12 +0000 (08:39 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 1 Feb 2011 08:39:12 +0000 (08:39 +0000)
commit7681c6da606efcc392f76b8acea8301cb5fc7a0a
treec2e5253bcd443580cffc64f2698568c2d3aa3d9d
parente47023d543aecb8ca558721a0259d83ab2b016a3
Have m_One also match constant vectors for which every element is 1.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124655 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
include/llvm/Support/PatternMatch.h
lib/Analysis/InstructionSimplify.cpp
lib/VMCore/Constants.cpp
test/Transforms/InstSimplify/2011-02-01-Vector.ll [new file with mode: 0644]