[flang-commits] [clang] [flang] Add IR Profile-Guided Optimization (IR PGO) support to the Flang compiler (PR #136098)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Tue Apr 22 07:54:32 PDT 2025
================
@@ -0,0 +1,14 @@
+# IR level Instrumentation Flag
+:ir
+:entry_first
+_QQmain
+# Func Hash:
+146835646621254984
+# Num Counters:
+2
+# Counter Values:
+100
+1
+
----------------
tarunprabhu wrote:
Are the trailing newlines here necessary?
https://github.com/llvm/llvm-project/pull/136098
More information about the flang-commits
mailing list