[PATCH] D109868: [MemProf] Don't instrument stack accesses unless requested

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 08:39:33 PDT 2021


tejohnson marked 2 inline comments as done.
tejohnson added inline comments.


================
Comment at: llvm/test/Instrumentation/HeapProfiler/stack.ll:4
+; RUN: opt < %s -memprof -memprof-module -S | FileCheck --check-prefixes=CHECK %s
+; RUN: opt < %s -memprof -memprof-module -memprof-stack -S | FileCheck --check-prefixes=CHECK,STACK %s
+
----------------
MaskRay wrote:
> Legacy PM tests are being deleted. For new tests, just avoid them.
I see. Just skimmed the legacy PM deprecation email and saw note about this. Might be worth a wider announcement?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109868



More information about the llvm-commits mailing list