[llvm] [PGO] Supporting code for always instrumenting loop entries (PR #116789)

Christian Ulmann via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 04:10:30 PST 2024


================
@@ -2189,14 +2210,16 @@ static bool annotateAllFunctions(
     auto &TLI = LookupTLI(F);
     auto *BPI = LookupBPI(F);
     auto *BFI = LookupBFI(F);
+    auto *LI = LookupLI(F);
----------------
Dinistro wrote:

As above

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


More information about the llvm-commits mailing list