This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d3f442d [X86] Add knownbits vector ADD test new d31cbc4 [X86] Updated knownbits vector ADD/SUB test new ca668e1 IR: Introduce inrange attribute on getelementptr indices. new a145558 [LSR] Tweak loop-strength-reduce-crash test. Test-only change.
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: docs/LangRef.rst | 18 +++++++-- include/llvm/Bitcode/LLVMBitCodes.h | 3 +- include/llvm/IR/Constants.h | 10 ++++- include/llvm/IR/Operator.h | 9 ++++- lib/Analysis/ConstantFolding.cpp | 40 ++++++++++++++----- lib/AsmParser/LLLexer.cpp | 1 + lib/AsmParser/LLParser.cpp | 31 ++++++++++----- lib/AsmParser/LLParser.h | 3 +- lib/AsmParser/LLToken.h | 1 + lib/Bitcode/Reader/BitcodeReader.cpp | 22 ++++++++--- lib/Bitcode/Writer/BitcodeWriter.cpp | 7 +++- lib/IR/AsmWriter.cpp | 6 +++ lib/IR/ConstantFold.cpp | 55 +++++++++++++++----------- lib/IR/ConstantFold.h | 7 ++-- lib/IR/Constants.cpp | 13 ++++-- test/Analysis/ConstantFolding/gep.ll | 30 ++++++++++++++ test/Assembler/getelementptr.ll | 19 +++++++++ test/Bitcode/compatibility.ll | 7 ++++ test/CodeGen/X86/known-bits-vector.ll | 54 +++++++++++++++++-------- test/CodeGen/X86/loop-strength-reduce-crash.ll | 7 ++-- 20 files changed, 259 insertions(+), 84 deletions(-) create mode 100644 test/Analysis/ConstantFolding/gep.ll