[llvm] [VPlan] Handle early exit before forming regions. (NFC) (PR #138393)

via llvm-commits llvm-commits at lists.llvm.org
Fri May 9 11:22:53 PDT 2025


================
@@ -69,7 +69,8 @@ struct VPlanTransforms {
                                       PredicatedScalarEvolution &PSE,
                                       bool RequiresScalarEpilogueCheck,
                                       bool TailFolded, Loop *TheLoop,
-                                      DebugLoc IVDL);
+                                      DebugLoc IVDL, bool HandleUncountableExit,
----------------
ayalz wrote:

```suggestion
                                      DebugLoc IVDL, bool HasUncountableEarlyExit,
```


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


More information about the llvm-commits mailing list