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-lts-defconfig in repository toolchain/ci/llvm-project.
from 9d77ad57540 [APInt] Introduce APIntOps::GetMostSignificantDifferentBit() adds 1ce8a5b385a [X86] Only look up boolean reduction cost tables if the red [...] adds f7c3c640af1 [NFC][libomptarget]Remove TRUE,FALSE macros from option.h adds d4758d4a8d8 Fix a spelling mistake in a couple of intrinsic description [...] adds 4640223ebdb [MCA] Fix a spelling mistake in a comment. NFC adds ad4c42666dd [nfc][libomptarget] Inline option into target_impl adds 174967f1536 [nfc][libomptarget] Decrease coupling between files adds 73f255b83ad [TargetLowering] Add getBooleanContents contents check to " [...] adds f067dd839ec [LegalizeTypes] When promoting BITREVERSE/BSWAP don't take [...] adds 85a2146c155 [SDAG] fold insert_vector_elt with undef index adds faee39baa87 PR43762: when implicitly changing the active union member f [...] adds 06d3fce01d4 PR43400: Add test that we can instantiate a friend function [...] adds 32837a60ac4 [lit] Drop the user-site packages directory from search pat [...]
No new revisions were added by this update.
Summary of changes: clang/lib/AST/ExprConstant.cpp | 13 +- clang/lib/Headers/emmintrin.h | 4 +- clang/test/SemaCXX/constant-expression-cxx2a.cpp | 42 +++ .../SemaTemplate/instantiate-friend-function.cpp | 7 + llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 - .../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 19 +- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 9 + llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 7 +- llvm/lib/MCA/InstrBuilder.cpp | 2 +- llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 2 +- .../test/CodeGen/AArch64/sched-past-vector-ldst.ll | 24 +- llvm/test/CodeGen/WebAssembly/simd.ll | 48 +-- llvm/test/CodeGen/X86/insertelement-var-index.ll | 16 + llvm/test/CodeGen/X86/pr43820.ll | 383 +++++++++++++++++++++ llvm/utils/lit/tests/lit.cfg | 4 + openmp/libomptarget/deviceRTLs/interface.h | 1 + openmp/libomptarget/deviceRTLs/nvptx/src/cancel.cu | 7 +- .../libomptarget/deviceRTLs/nvptx/src/critical.cu | 5 +- openmp/libomptarget/deviceRTLs/nvptx/src/debug.h | 10 +- .../deviceRTLs/nvptx/src/device_environment.h | 24 ++ .../libomptarget/deviceRTLs/nvptx/src/libcall.cu | 2 +- openmp/libomptarget/deviceRTLs/nvptx/src/loop.cu | 2 +- .../libomptarget/deviceRTLs/nvptx/src/omp_data.cu | 3 +- .../deviceRTLs/nvptx/src/omptarget-nvptx.h | 12 - openmp/libomptarget/deviceRTLs/nvptx/src/option.h | 68 ---- .../libomptarget/deviceRTLs/nvptx/src/parallel.cu | 2 +- .../deviceRTLs/nvptx/src/state-queue.h | 2 +- .../deviceRTLs/nvptx/src/target_impl.h | 37 +- 28 files changed, 603 insertions(+), 156 deletions(-) create mode 100644 llvm/test/CodeGen/X86/pr43820.ll create mode 100644 openmp/libomptarget/deviceRTLs/nvptx/src/device_environment.h delete mode 100644 openmp/libomptarget/deviceRTLs/nvptx/src/option.h