[llvm] [CycleInfo] skip unreachable predecessors (PR #101316)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 03:26:54 PDT 2024


================
@@ -0,0 +1,23 @@
+; RUN: opt < %s -disable-output -passes='print<cycles>' 2>&1 | FileCheck %s
----------------
arsenm wrote:

Does this need an implicit-check-not to make sure this doesn't appear in the output? 

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


More information about the llvm-commits mailing list