This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/llvm/llvm.
from 37d2a3546f0 [TableGen] Avoid self getPredicates() != comparison. NFCI. adds 5ae4a74cc0d [ConstantFolding] add tests for funnel shift intrinsics; NFC adds fc96bec77d1 [TableGen] TypeSetByHwMode::operator== optimization adds 8d7767b85e2 [MS Demangler] Don't fail on MD5-mangled names. adds 404ae7db546 [MS Demangler] Demangle string literals. adds 89bba358f5f Add support for AVX-512 CodeView registers.
No new revisions were added by this update.
Summary of changes: .../llvm/DebugInfo/CodeView/CodeViewRegisters.def | 59 ++ lib/Demangle/MicrosoftDemangle.cpp | 414 ++++++++++- lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 284 ++++---- test/Analysis/ConstantFolding/funnel-shift.ll | 89 +++ test/Demangle/ms-md5.test | 11 + test/Demangle/ms-string-literals.test | 758 +++++++++++++++++++++ utils/TableGen/CodeGenDAGPatterns.cpp | 18 +- 7 files changed, 1508 insertions(+), 125 deletions(-) create mode 100644 test/Analysis/ConstantFolding/funnel-shift.ll create mode 100644 test/Demangle/ms-md5.test create mode 100644 test/Demangle/ms-string-literals.test