[llvm] [CycleInfo] skip unreachable predecessors (PR #101316)
Sameer Sahasrabuddhe via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 31 03:35:16 PDT 2024
================
@@ -0,0 +1,23 @@
+; RUN: opt < %s -disable-output -passes='print<cycles>' 2>&1 | FileCheck %s
----------------
ssahasra wrote:
The CHECK is an exact one. The incorrect entry will show up in the `entries()` parentheses below and the CHECK will fail.
https://github.com/llvm/llvm-project/pull/101316
More information about the llvm-commits
mailing list