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-allnoconfig in repository toolchain/ci/llvm-project.
from 52c365aa9ca Revert "[Concepts] Fix incorrect DeclContext for transforme [...] new cfa792458fc [Transforms] add phase ordering tests for min/max/abs; NFC new 623461b2ce4 [EarlyCSE] avoid crashing when detecting min/max/abs patter [...] new 5401d393f88 ../llvm/utils/update_test_checks.py --opt-binary bin/opt .. [...] new a36a14b70f1 [Concepts] Fix incorrect DeclContext for transformed Requir [...] new 35627038123 [Concepts] Fix incorrect control flow when TryAnnotateTypeC [...]
The 5 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/include/clang/Sema/Sema.h | 6 +- clang/lib/Parse/ParseDecl.cpp | 6 ++ clang/lib/Parse/ParseTemplate.cpp | 3 +- clang/lib/Sema/SemaTemplate.cpp | 13 ++- clang/lib/Sema/TreeTransform.h | 2 +- clang/test/SemaCXX/invalid-member-expr.cpp | 1 + clang/test/SemaCXX/typo-correction.cpp | 5 +- .../SemaTemplate/instantiate-requires-expr.cpp | 13 +++ .../ms-lookup-template-base-classes.cpp | 1 + llvm/lib/Transforms/Scalar/EarlyCSE.cpp | 51 +++++++-- llvm/test/Transforms/EarlyCSE/commute.ll | 85 +++++++++++++-- .../Transforms/PhaseOrdering/min-max-abs-cse.ll | 114 +++++++++++++++++++++ 12 files changed, 276 insertions(+), 24 deletions(-) create mode 100644 llvm/test/Transforms/PhaseOrdering/min-max-abs-cse.ll