[llvm] [BOLT] Profile quality stats -- CFG discontinuity (PR #109683)
Kristof Beyls via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 4 00:48:20 PDT 2024
================
@@ -0,0 +1,42 @@
+//===- bolt/Passes/ContinuityStats.h - function cfg continuity analysis ---*-
+// C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// Conduct function CFG continuity analysis.
----------------
kbeyls wrote:
Thanks, that helps a lot with understanding what the code is supposed to measure and how to interpret the generated metric!
https://github.com/llvm/llvm-project/pull/109683
More information about the llvm-commits
mailing list