This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e4fce5a [pdb] added support for dumping globals stream new b859d6d [X86][AVX512BWVL] Added support for lowering v16i16 shuffles [...] new 7d77c5c X86: Improve BT instruction selection for 64-bit values. new 7e2bd34 Analysis: Move llvm::getConstantRangeFromMetadata to IR library.
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/ValueTracking.h | 6 - include/llvm/IR/ConstantRange.h | 7 + lib/Analysis/ValueTracking.cpp | 22 - lib/IR/ConstantRange.cpp | 22 + lib/Target/X86/X86ISelLowering.cpp | 44 +- .../InstCombine/InstCombineLoadStoreAlloca.cpp | 1 + lib/Transforms/Scalar/GuardWidening.cpp | 1 + test/CodeGen/X86/bt.ll | 12 + test/CodeGen/X86/vector-shuffle-256-v16.ll | 604 +++++++++++---------- 9 files changed, 389 insertions(+), 330 deletions(-)