This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 503ce9f8c13 [BitVector] Add operator<<= and operator>>=. new 1772e907796 In SimplifyDemandedUseBits, use computeKnownBits directly t [...] new 40c9368f4d7 [DAGCombiner] give names to repeated calcs in isAlias(); NFCI new b52e0e4247c [APInt] Add isSubsetOf method that can check if one APInt i [...]
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/ADT/APInt.h | 11 ++++++++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 24 ++++++++---------- lib/Support/APInt.cpp | 8 ++++++ .../InstCombine/InstCombineSimplifyDemanded.cpp | 21 ++++------------ unittests/ADT/APIntTest.cpp | 29 ++++++++++++++++++++++ 5 files changed, 64 insertions(+), 29 deletions(-)