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-aarch64-next-allmodconfig in repository toolchain/ci/llvm-project.
from 82b82e39c45 Add all the issues to be voted upon in Belfast adds 0d0509384f0 [X86] NFC: expand inline memcmp test coverage adds 11c920207af [X86] Prefer KORTEST on Knights Landing or later for memcmp() adds 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
No new revisions were added by this update.
Summary of changes: clang/lib/Headers/emmintrin.h | 4 +- llvm/include/llvm/ADT/APInt.h | 6 + llvm/lib/MCA/InstrBuilder.cpp | 2 +- llvm/lib/Support/APInt.cpp | 8 + llvm/lib/Target/X86/X86.td | 5 + llvm/lib/Target/X86/X86ISelLowering.cpp | 67 +- llvm/lib/Target/X86/X86Subtarget.h | 4 + llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 2 +- llvm/lib/Target/X86/X86TargetTransformInfo.h | 1 + llvm/test/CodeGen/X86/memcmp.ll | 4066 ++++++++++++++++++-- llvm/test/CodeGen/X86/setcc-wide-types.ll | 48 +- llvm/unittests/ADT/APIntTest.cpp | 71 + 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 | 17 +- .../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 +- 25 files changed, 4054 insertions(+), 398 deletions(-) copy lldb/tools/debugserver/source/SysSignal.h => openmp/libomptarget/deviceRTLs/n [...] delete mode 100644 openmp/libomptarget/deviceRTLs/nvptx/src/option.h