This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d43800db05b [DAGCombiner] more clean up in hoistLogicOpWithSameOpcodeHa [...] new 8b59b288436 [BDCE] Add tests for BDCE applied to vector instructions; NFC new 6e9e89f4829 [DemandedBits][BDCE] Support vectors of integers new 43d69f96f17 [DAGCombiner] don't bother saving a SDLoc for a node that's [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/DemandedBits.h | 5 ++ lib/Analysis/DemandedBits.cpp | 66 +++++++++----- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +- lib/Transforms/Scalar/BDCE.cpp | 13 +-- test/Analysis/DemandedBits/vectors.ll | 136 +++++++++++++++++++++++++++++ test/Transforms/BDCE/vectors.ll | 144 +++++++++++++++++++++++++++++++ 6 files changed, 337 insertions(+), 29 deletions(-) create mode 100644 test/Analysis/DemandedBits/vectors.ll create mode 100644 test/Transforms/BDCE/vectors.ll