[llvm] [LLVM] Successor count added to InstCount (PR #171670)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 21 09:57:58 PST 2025
================
@@ -0,0 +1,69 @@
+; REQUIRES asserts
+; RUN: opt -stats -enable-detailed-function-properties -disable-output -passes=func-properties-count < %s 2>&1 | FileCheck %s
+; RUN: opt -stats -enable-detailed-function-properties -disable-output -passes='thinlto<O3>'< %s 2>&1 | FileCheck %s
----------------
boomanaiden154 wrote:
Maybe add a comment above this line that you're testing with all of the below run lines that the pass gets added to the appropriate pipelines. It wasn't immediately clear to me what the purpose of these run lines were.
https://github.com/llvm/llvm-project/pull/171670
More information about the llvm-commits
mailing list