[llvm] [PGO] Instrument modules with at least a single function definition (PR #93421)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 12:27:12 PDT 2024


================
@@ -0,0 +1,5 @@
+; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --implicit-check-not='__llvm_profile_raw_version'
----------------
minglotus-6 wrote:

thanks for the clarification! I was reading the description before. Now reading the code I saw this patch doesn't affect profile generation, so my question is not relevant anymore :)

https://github.com/llvm/llvm-project/pull/93421


More information about the llvm-commits mailing list