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-master-arm-mainline-allyesconfig in repository toolchain/ci/llvm-project.
from a065a01bf71 [AMDGPU] Allow use of StackPtrOffsetReg when building spills adds bca347508c8 [WebAssembly] Handle exception specifications adds 945ad141ce6 Revert "[WebAssembly] Handle exception specifications" adds e32f8e5d4ae [Windows EH] Fix the order of Nested try-catches in $tryMap$ table adds 45c7b3fd910 [LegalizeVectorTypes] Remove non-constnat INSERT_SUBVECTOR [...] adds 13d44b2a0c7 [LegalizeDAG] Use getMemBasePlusOffset to simplify some cod [...] adds 3f66bb20174 [libcxx testing] Remove ALLOW_RETRIES from last futures test adds d86fff6ae7c [ValueTracking] Fix computeKnownBits() with bitwidth-changi [...] adds 0dc91bfd11e [mlir][spirv] Handle debuginfo for control flow ops.
No new revisions were added by this update.
Summary of changes: .../futures.unique_future/wait_for.pass.cpp | 57 +++++++----- llvm/lib/Analysis/ValueTracking.cpp | 94 +++++++++---------- llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 9 +- .../CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 18 ++-- llvm/lib/CodeGen/WinEHPrepare.cpp | 17 +++- .../CodeGen/AArch64/win-catchpad-nested-cxx.ll | 100 +++++++++++++++++++++ llvm/test/CodeGen/X86/win-catchpad-nested-cxx.ll | 34 ++++--- llvm/unittests/Analysis/ValueTrackingTest.cpp | 42 ++++++++- .../Dialect/SPIRV/Serialization/Deserializer.cpp | 40 ++++++--- .../lib/Dialect/SPIRV/Serialization/Serializer.cpp | 19 ++++ mlir/test/Dialect/SPIRV/Serialization/debug.mlir | 77 ++++++++++++++++ 11 files changed, 395 insertions(+), 112 deletions(-) create mode 100644 llvm/test/CodeGen/AArch64/win-catchpad-nested-cxx.ll