[all-commits] [llvm/llvm-project] 11b1f1: Optionally print `!prof` metadata inline (#130303)

Mircea Trofin via All-commits all-commits at lists.llvm.org
Fri Mar 7 12:22:35 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 11b1f154be2e4641ae588097f92d3a89e855e03a
      https://github.com/llvm/llvm-project/commit/11b1f154be2e4641ae588097f92d3a89e855e03a
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M llvm/lib/IR/AsmWriter.cpp
    A llvm/test/Other/print-prof-data.ll

  Log Message:
  -----------
  Optionally print `!prof` metadata inline (#130303)

Inspired by PR #127944, this patch adds an option to print profile metadata inline with respect to the instruction (or function) it annotates - this saves one time from having to search up and down large textual modules to find this info.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list