[llvm] [MemProf] Attach value profile metadata to the IR using CalleeGuids. (PR #141164)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri May 30 14:20:08 PDT 2025
================
@@ -0,0 +1,89 @@
+; RUN: split-file %s %t
+
+; COM: Basic functionality with flag toggle
----------------
teresajohnson wrote:
Why use COM here and below? Just the leading ";" means it should be interpreted as a comment, although I typically use ";;" to set off the comment. Typically COM is only needed to prevent FileCheck from misinterpreting a reference to a directive.
https://github.com/llvm/llvm-project/pull/141164
More information about the llvm-commits
mailing list