[PATCH] D152692: [sanitizer][msan] The LLVM part of the LoongArch memory sanitizer implementation

Limin Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 03:08:45 PDT 2023


Ami-zhang added a comment.

Tests on LoongArch in check-msan are as follows:
(1) Without this patch

  $ ninja check-msan
  Testing Time: 58.13s
    Unsupported      :   9
    Passed           :   1
    Expectedly Failed:   3
    Failed           : 153

(2) With this patch

  $ ninja check-msan
  Testing Time: 75.51s
    Unsupported      :   9
    Passed           : 154
    Expectedly Failed:   3

Test for vararg.ll on LoongArch:

  $ _build_rt/bin/llvm-lit llvm/test/Instrumentation/MemorySanitizer/LoongArch/vararg.ll 
  -- Testing: 1 tests, 1 workers --
  PASS: LLVM :: Instrumentation/MemorySanitizer/LoongArch/vararg.ll (1 of 1)
  
  Testing Time: 0.14s
    Passed: 1


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152692/new/

https://reviews.llvm.org/D152692



More information about the llvm-commits mailing list