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-stable-defconfig in repository toolchain/ci/llvm-project.
from 201b879fd7f Merging release note update in r368874 adds 450f5f3986c Correcting clang-cpp release not to spcify supported targets. new 8cb652b05c2 Merging r368873: ------------------------------------------ [...] new b77d4716f4b Merging r367019: ------------------------------------------ [...] new 150ad3120e3 Merging r368940: ------------------------------------------ [...]
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/docs/ReleaseNotes.rst | 14 +++---- clang/lib/Sema/SemaExprCXX.cpp | 6 +-- clang/lib/Sema/SemaTemplate.cpp | 20 ++++++++-- clang/test/CXX/drs/dr22xx.cpp | 9 +++++ clang/test/CXX/drs/dr4xx.cpp | 4 +- clang/test/SemaCXX/cxx2a-adl-only-template-id.cpp | 8 ++++ clang/test/SemaCXX/pseudo-destructors.cpp | 4 +- clang/test/SemaCXX/vector.cpp | 16 ++++++++ llvm/lib/Target/AArch64/SVEInstrFormats.td | 23 +++++++---- llvm/lib/Transforms/Scalar/SpeculateAroundPHIs.cpp | 6 ++- llvm/test/MC/AArch64/SVE/decp.s | 26 +++++++++++-- llvm/test/MC/AArch64/SVE/incp.s | 28 +++++++++++--- llvm/test/MC/AArch64/SVE/sqdecp.s | 28 +++++++++++--- llvm/test/MC/AArch64/SVE/sqincp.s | 28 +++++++++++--- llvm/test/MC/AArch64/SVE/uqdecp.s | 28 +++++++++++--- llvm/test/MC/AArch64/SVE/uqincp.s | 28 +++++++++++--- .../test/Transforms/SpeculateAroundPHIs/pr42991.ll | 44 ++++++++++++++++++++++ 17 files changed, 262 insertions(+), 58 deletions(-) create mode 100644 llvm/test/Transforms/SpeculateAroundPHIs/pr42991.ll