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-mainline-allyesconfig in repository toolchain/ci/llvm-project.
from edbe962459d [COFF] Don't treat DWARF sections as GC roots adds 321d929774c [DAGCombine] Fix splitting indexed loads in ForwardStoreVal [...] adds e3ac79a6490 Teach TreeTransform to substitute into resolved TemplateArguments.
No new revisions were added by this update.
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