[all-commits] [llvm/llvm-project] 1e77b3: [MSAN] Allow inserting array checks

Gui Andrade via All-commits all-commits at lists.llvm.org
Fri Jul 24 13:13:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e77b3af125e4d1ba79e5d502b959d49f3addef9
      https://github.com/llvm/llvm-project/commit/1e77b3af125e4d1ba79e5d502b959d49f3addef9
  Author: Gui Andrade <guiand at google.com>
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
    A llvm/test/Instrumentation/MemorySanitizer/check-array.ll

  Log Message:
  -----------
  [MSAN] Allow inserting array checks

Flattens arrays by ORing together all their elements.

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




More information about the All-commits mailing list