[clang] [llvm] [MemProf] Convert removal of memprof attrs and metadata to a pass (PR #163841)
Snehasish Kumar via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 16 11:59:58 PDT 2025
================
@@ -41,13 +42,12 @@
; RUN: -r=%t/foo.o,foo,plx \
; RUN: -r=%t/foo.o,_Znam, \
; RUN: -memprof-dump-ccg \
-; RUN: -save-temps \
+; RUN: -print-before=memprof-context-disambiguation \
----------------
snehasish wrote:
Would `-print-after=memprof-remove-attributes` make this check tighter?
https://github.com/llvm/llvm-project/pull/163841
More information about the cfe-commits
mailing list