[llvm] XCOFF associated metadata (PR #159096)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 19 16:21:13 PDT 2025
================
@@ -8577,10 +8577,10 @@ Example:
The ``nofree`` metadata indicates the memory pointed by the pointer will not be
freed after the attached instruction.
-'``ref``' Metadata
-^^^^^^^^^^^^^^^^^^
+'``implicit.ref``' Metadata
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
-The ``ref`` metadata may be attached to a function or global variable
+The ``implicit.ref`` metadata may be attached to a function or global variable
----------------
hubert-reinterpretcast wrote:
Is the metadata propagated from an inlined callee to a caller? Is there a test for that?
https://github.com/llvm/llvm-project/pull/159096
More information about the llvm-commits
mailing list