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-project.
from 4141bb50a87 [ORC] Avoid SymbolStringPtr copies in DynamicLibrarySearchG [...] adds edb1a1de1b7 Reland "[Clang][Bundler] Error reporting improvements" adds a6a37e820cf [X86][GISel] Fix typo in comment. NFC adds 5e307808557 Correct size_t format specifier adds e921ede5406 [AMDGPU] Fix Vreg_1 PHI lowering in SILowerI1Copies. adds 05a9e344ee3 [YAMLTraits] - Revert a change committed by a mistake in D68983 adds 073ab70b72f [ObjectYAML] - Do not use auto. NFC. adds 9231e443445 fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include) adds 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() new 1ce8a5b385a [X86] Only look up boolean reduction cost tables if the red [...] new f7c3c640af1 [NFC][libomptarget]Remove TRUE,FALSE macros from option.h
The 2 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/test/Driver/clang-offload-bundler.c | 32 +- .../clang-offload-bundler/ClangOffloadBundler.cpp | 409 +- libcxx/www/upcoming_meeting.html | 97 +- .../include/lldb/Expression/ExpressionSourceCode.h | 1 + .../Python/ScriptInterpreterPython.cpp | 2 +- llvm/include/llvm/ADT/APInt.h | 6 + llvm/include/llvm/Support/YAMLTraits.h | 3 +- llvm/lib/ObjectYAML/ELFEmitter.cpp | 2 +- llvm/lib/Support/APInt.cpp | 8 + llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp | 179 +- llvm/lib/Target/X86/X86.td | 5 + llvm/lib/Target/X86/X86ISelLowering.cpp | 67 +- llvm/lib/Target/X86/X86InstructionSelector.cpp | 2 +- llvm/lib/Target/X86/X86Subtarget.h | 4 + llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 2 +- llvm/lib/Target/X86/X86TargetTransformInfo.h | 1 + .../AMDGPU/i1_copy_phi_with_phi_incoming_value.mir | 140 + 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/nvptx/src/cancel.cu | 4 +- openmp/libomptarget/deviceRTLs/nvptx/src/debug.h | 6 +- .../libomptarget/deviceRTLs/nvptx/src/libcall.cu | 2 +- openmp/libomptarget/deviceRTLs/nvptx/src/loop.cu | 2 +- openmp/libomptarget/deviceRTLs/nvptx/src/option.h | 6 - .../libomptarget/deviceRTLs/nvptx/src/parallel.cu | 2 +- 26 files changed, 4514 insertions(+), 653 deletions(-) create mode 100644 llvm/test/CodeGen/AMDGPU/i1_copy_phi_with_phi_incoming_value.mir