This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-next-defconfig in repository toolchain/ci/llvm-project.
from 35df3f98639e [DIArgList] Re-unique after changing operands to fix non-d [...] adds 12aaa8553f82 [InstCombine] Remove attributes after hoisting free above [...] adds 1ac6bb3c4dd4 [Clang][CFG] check children statements of asm goto adds bfb1bd1b9906 [Clang][Sema] Avoid crashing for va_arg expressions with b [...]
No new revisions were added by this update.
Summary of changes: clang/lib/Analysis/CFG.cpp | 2 +- clang/lib/Analysis/UninitializedValues.cpp | 9 ++- clang/lib/Sema/SemaExpr.cpp | 2 +- clang/test/Analysis/asm-goto.cpp | 29 ++++++-- clang/test/Analysis/uninit-asm-goto.cpp | 47 +++++++++---- clang/test/Sema/array-bounds-ptr-arith.c | 12 ++++ clang/test/SemaCXX/varargs.cpp | 2 + .../InstCombine/InstructionCombining.cpp | 20 ++++++ llvm/test/Transforms/InstCombine/malloc-free.ll | 79 ++++++++++++++++++++++ 9 files changed, 176 insertions(+), 26 deletions(-) create mode 100644 llvm/test/Transforms/InstCombine/malloc-free.ll