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-next-allmodconfig in repository toolchain/ci/llvm-project.
from edbe962459d [COFF] Don't treat DWARF sections as GC roots new 321d929774c [DAGCombine] Fix splitting indexed loads in ForwardStoreVal [...] new e3ac79a6490 Teach TreeTransform to substitute into resolved TemplateArguments.
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: clang/lib/Sema/TreeTransform.h | 85 ++++++++++++--------------- clang/test/SemaTemplate/subst-into-subst.cpp | 34 +++++++++++ llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 25 ++++---- llvm/test/CodeGen/PowerPC/pr45301.ll | 58 ++++++++++++++++++ 4 files changed, 145 insertions(+), 57 deletions(-) create mode 100644 clang/test/SemaTemplate/subst-into-subst.cpp create mode 100644 llvm/test/CodeGen/PowerPC/pr45301.ll