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-allnoconfig in repository toolchain/ci/llvm-monorepo.
from aa4b83c9c7a [COFF] Map truncated .eh_frame section name adds 4f8112e4faa SourceManager: insert(make_pair(..)) -> try_emplace. NFC adds 3d8a5915d08 Remove some UB in RegisterContextDarwin_arm64.cpp adds cd541ad246a Revert a hunk that shouldn't have been included in the last [...] adds a5f8dbf9a95 [X86] Add test for PR39926; NFC adds 2dbc3a2d0c8 Fix InitListExpr test adds 5b69c28c96c Re-order content from InitListExpr adds 8ac5f8465ea Inline dumpFullComment into callers adds 9296daa4cd7 Inline hasNodes into only caller adds 21215e340e3 Introduce optional labels to dumpStmt adds 2fa5edf1135 Revert "Introduce optional labels to dumpStmt" adds d4103419f91 NFC: Move dump of individual comment nodes to NodeDumper adds cdf933bc139 NFC: Rename TemplateDecl dump utilities adds afc60b27d3b [X86] Extend pfm counter coverage for llvm-exegesis adds bade8587681 [x86] don't try to convert add with undef operands to LEA adds 192b583e38e [x86] regenerate test checks; NFC adds 5a5716f94b3 Remove unneeded dependency from lib/Target/X86/Utils/ to li [...] adds 018d46cdfbe Add DragonFlyBSD support to OpenMP adds 9268b2a5dff Add OpenBSD support to OpenMP adds bf070aa1587 [X86] If the carry input to an addcarry/subborrow intrinsic [...] adds 0986b950ac2 [X86] Add some comments about when some X86 intrinsic autou [...]
No new revisions were added by this update.
Summary of changes: clang/include/clang/AST/TextNodeDumper.h | 37 +++- clang/lib/AST/ASTDumper.cpp | 235 ++++----------------- clang/lib/AST/TextNodeDumper.cpp | 148 ++++++++++++- clang/lib/Basic/SourceManager.cpp | 7 +- clang/test/AST/ast-dump-stmt.cpp | 12 +- .../Utility/RegisterContextDarwin_arm64.cpp | 12 +- llvm/lib/IR/AutoUpgrade.cpp | 14 +- llvm/lib/Target/X86/Utils/LLVMBuild.txt | 2 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 17 +- llvm/lib/Target/X86/X86InstrInfo.cpp | 71 +++---- llvm/lib/Target/X86/X86InstrInfo.h | 2 +- llvm/lib/Target/X86/X86IntrinsicsInfo.h | 12 +- llvm/lib/Target/X86/X86PfmCounters.td | 34 ++- llvm/test/CodeGen/X86/GlobalISel/undef.ll | 35 ++- llvm/test/CodeGen/X86/adx-intrinsics-upgrade.ll | 16 +- llvm/test/CodeGen/X86/adx-intrinsics.ll | 16 +- llvm/test/CodeGen/X86/pr23664.ll | 18 +- llvm/test/CodeGen/X86/pr39926.ll | 48 +++++ openmp/runtime/cmake/LibompHandleFlags.cmake | 5 + openmp/runtime/cmake/LibompMicroTests.cmake | 3 + openmp/runtime/src/kmp.h | 8 + openmp/runtime/src/kmp_ftn_entry.h | 3 +- openmp/runtime/src/kmp_platform.h | 19 +- openmp/runtime/src/kmp_runtime.cpp | 8 +- openmp/runtime/src/kmp_wrapper_malloc.h | 2 +- openmp/runtime/src/z_Linux_util.cpp | 25 ++- 26 files changed, 486 insertions(+), 323 deletions(-) create mode 100644 llvm/test/CodeGen/X86/pr39926.ll