This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2fff37f AMDGPU/SI: Set correct value for amd_kernel_code_t::kernarg_s [...] new e0732bd [IR] Fix some Clang-tidy modernize-use-equals-delete and Incl [...] new 43179a0 [InstSimplify] fixed (?) to not mutate icmps
The 2 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/IR/BasicBlock.h | 32 +++++++------ include/llvm/IR/Comdat.h | 8 ++-- include/llvm/IR/DIBuilder.h | 30 +++++++----- include/llvm/IR/GlobalValue.h | 21 ++++++--- include/llvm/IR/GlobalVariable.h | 26 +++++++---- include/llvm/IR/IRBuilder.h | 41 ++++++++--------- include/llvm/IR/InlineAsm.h | 17 ++++--- include/llvm/IR/IntrinsicInst.h | 29 +++++++++--- include/llvm/IR/LLVMContext.h | 37 +++++++-------- include/llvm/IR/Operator.h | 53 ++++++++++++---------- include/llvm/IR/Statepoint.h | 21 ++++++--- include/llvm/IR/Use.h | 14 ++++-- include/llvm/IR/ValueMap.h | 37 ++++++++++----- include/llvm/Transforms/Utils/FunctionComparator.h | 43 +++++++++++------- lib/Analysis/InstructionSimplify.cpp | 14 ++---- test/Transforms/InstSimplify/and-icmps-same-ops.ll | 26 +++++++++++ test/Transforms/InstSimplify/or-icmps-same-ops.ll | 26 +++++++++++ 17 files changed, 305 insertions(+), 170 deletions(-)