This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b344f5ad32b [X86] Remove unnecessary BMI2 InstRW overrides. new e55b052e033 [GlobalISel][Legalizer] Look thro copies while combining G_ [...] new bffba319b28 [LLVM-C] DIBuilder Bindings For Variable Expressions
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: bindings/go/llvm/DIBuilderBindings.cpp | 16 ---- bindings/go/llvm/DIBuilderBindings.h | 5 - bindings/go/llvm/dibuilder.go | 2 +- include/llvm-c/DebugInfo.h | 106 +++++++++++++++++++++ .../GlobalISel/LegalizationArtifactCombiner.h | 17 ++-- lib/IR/DebugInfo.cpp | 66 +++++++++++++ test/Bindings/llvm-c/debug_info.ll | 57 ++++++----- .../AArch64/GlobalISel/legalize-combines.mir | 34 ++++++- .../GlobalISel/legalize-nonpowerof2eltsvec.mir | 9 +- tools/llvm-c-test/debuginfo.c | 33 ++++--- 10 files changed, 269 insertions(+), 76 deletions(-)