[all-commits] [llvm/llvm-project] 88cb3e: [MemProf] Don't instrument stack accesses unless r...

Teresa Johnson via All-commits all-commits at lists.llvm.org
Thu Sep 16 12:22:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 88cb3e2cb6fe80dec27d8ed3cad0f63555470910
      https://github.com/llvm/llvm-project/commit/88cb3e2cb6fe80dec27d8ed3cad0f63555470910
  Author: Teresa Johnson <tejohnson at google.com>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
    A llvm/test/Instrumentation/HeapProfiler/stack.ll

  Log Message:
  -----------
  [MemProf] Don't instrument stack accesses unless requested

Skip stack accesses unless requested, as the memory profiler runtime
does not currently look at or report accesses for these addresses.

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




More information about the All-commits mailing list