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-aarch64-stable-allmodconfig in repository toolchain/ci/llvm-project.
from 328a6ec95532 Force visibility of llvm::Any to external new 77b63ce55e4d [MemoryDependence] Fix invariant group store new f2ce10d14b7c [PowerPC] Handle inline assembly clobber of link regsiter new e673593742e7 [clang-format] PR50326 AlignAfterOpenBracket AlwaysBreak [...]
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: clang/lib/Format/TokenAnnotator.cpp | 12 +- clang/unittests/Format/FormatTest.cpp | 20 ++ llvm/lib/Analysis/MemoryDependenceAnalysis.cpp | 4 +- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 62 +++++ llvm/lib/Target/PowerPC/PPCISelLowering.h | 1 + llvm/lib/Target/PowerPC/PPCRegisterInfo.td | 7 + .../CodeGen/PowerPC/ppc64-inlineasm-clobber.ll | 264 +++++++++++++++++++++ llvm/test/Transforms/GVN/storeinvgroup.ll | 21 ++ 8 files changed, 384 insertions(+), 7 deletions(-) create mode 100644 llvm/test/CodeGen/PowerPC/ppc64-inlineasm-clobber.ll create mode 100644 llvm/test/Transforms/GVN/storeinvgroup.ll