This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 63c6deda4e5 [docs] Switch debug info metadata blocks to use `text` inst [...] new cb6242dabbc [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
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-c/Core.h | 4 ++- include/llvm/IR/InstVisitor.h | 8 +++-- include/llvm/IR/IntrinsicInst.h | 36 +++++++++++++------ include/llvm/Transforms/Utils/Local.h | 12 +++---- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +- lib/IR/IntrinsicInst.cpp | 12 +++---- lib/IR/Verifier.cpp | 27 +++++++------- .../InstCombine/InstructionCombining.cpp | 4 +-- lib/Transforms/Scalar/ADCE.cpp | 2 +- lib/Transforms/Scalar/Reassociate.cpp | 2 +- lib/Transforms/Scalar/SROA.cpp | 6 ++-- lib/Transforms/Utils/Local.cpp | 42 +++++++++++----------- lib/Transforms/Utils/LoopRotationUtils.cpp | 6 ++-- lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 14 ++++---- unittests/Transforms/Utils/Local.cpp | 12 +++---- 15 files changed, 102 insertions(+), 87 deletions(-)