This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from acf74d24931 [TargetLowering] use isSubsetOf in SimplifyDemandedBits; NFCI new f78221855b2 [KnownBits] Add zext, sext, and trunc methods to KnownBits
The 1 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/Support/KnownBits.h | 30 ++++++++++++++ lib/Analysis/ValueTracking.cpp | 12 ++---- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 3 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 48 ++++++++-------------- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 15 +++---- lib/Target/X86/X86ISelLowering.cpp | 3 +- .../InstCombine/InstCombineSimplifyDemanded.cpp | 18 +++----- 7 files changed, 63 insertions(+), 66 deletions(-)