[llvm] [PGO] Make the PGO instrumentation insert point after alloca (PR #142043)

via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 15:48:21 PDT 2025


================
@@ -0,0 +1,38 @@
+; Note: Make sure that instrumention intrinsic is after entry alloca.
+;RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s
----------------
xur-llvm wrote:

Done.

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


More information about the llvm-commits mailing list