[llvm] [BOLT] Profile quality stats -- CFG discontinuity (PR #109683)

via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 09:08:37 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.
----------------
ShatianWang wrote:

Thanks for the suggestion! Your best guess is very accurate. I have added more detailed descriptions in the header and also updated the description of the PR. 

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


More information about the llvm-commits mailing list