[all-commits] [llvm/llvm-project] 6ca724: sanitizer_common: support printing __m128i type

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Mon Jul 12 07:13:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ca7247866f5265f1b9076927c909eb4e165cec0
      https://github.com/llvm/llvm-project/commit/6ca7247866f5265f1b9076927c909eb4e165cec0
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

  Changed paths:
    M compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
    M compiler-rt/lib/sanitizer_common/tests/sanitizer_printf_test.cpp

  Log Message:
  -----------
  sanitizer_common: support printing __m128i type

__m128i is vector SSE type used in tsan.
It's handy to be able to print it for debugging.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D102167




More information about the All-commits mailing list