This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-armv8l-good in repository toolchain/ci/llvm-monorepo.
from bae475c5bc7d Revert "Modernize NativeProcessProtocol::GetSoftwareBreakp [...] adds 0233f118b304 [libomptarget-nvptx] Remove last mentions of __kmpc_print_* adds 2d1275a6c0c4 NFC: use bit_cast more in AArch64AddressingModes adds de76a0b49329 Revert "NFC: use bit_cast more in AArch64AddressingModes" adds b9a57498be74 [X86] Add test cases for commuting ADCX/ADOX instruction t [...] adds c77cb94255f0 [X86] Mark the ADCX and ADOX instruction as commutable. adds cd48516b69ca [X86] Create paddus/psubus from narrower vectors with i8/i [...] adds 8b091155ef4d Distinguish `__block` variables that are captured by escap [...] adds 9b1ff1c24044 ms: Insert $$Z in mangling between directly consecutive pa [...] adds 28e3abbd1a44 [Parser] Remove an unnecessary `mutable` adds ffd6ef2bdca7 Revert r341754. adds 1d6d01dc4212 Re-commit "Modernize NativeProcessProtocol::GetSoftwareBre [...] adds d7d0220ae1b9 Speculative fix for NetBSD bot for r341758
No new revisions were added by this update.
Summary of changes: clang/include/clang/Parse/Parser.h | 2 +- clang/lib/AST/MicrosoftMangle.cpp | 13 +- clang/test/CodeGenCXX/mangle-ms-templates.cpp | 28 +- .../lldb/Host/common/NativeProcessProtocol.h | 6 +- lldb/source/Host/common/NativeProcessProtocol.cpp | 37 ++ lldb/source/Host/common/SoftwareBreakpoint.cpp | 57 +-- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 70 +-- .../Plugins/Process/Linux/NativeProcessLinux.h | 9 +- .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 17 - .../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 10 - llvm/lib/Target/X86/X86ISelLowering.cpp | 20 +- llvm/lib/Target/X86/X86InstrArithmetic.td | 2 +- llvm/test/CodeGen/X86/adx-commute.mir | 234 +++++++++ llvm/test/CodeGen/X86/paddus.ll | 543 ++++----------------- llvm/test/CodeGen/X86/pr32282.ll | 4 +- llvm/test/CodeGen/X86/pr32284.ll | 4 +- llvm/test/CodeGen/X86/psubus.ll | 513 ++++--------------- llvm/test/CodeGen/X86/sse2-intrinsics-canonical.ll | 104 ++-- .../libomptarget/deviceRTLs/nvptx/src/interface.h | 12 - 19 files changed, 582 insertions(+), 1103 deletions(-) create mode 100644 llvm/test/CodeGen/X86/adx-commute.mir