[llvm] [VPlan] Support live-ins without underlying IR in type analysis. (PR #80723)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 06:19:49 PST 2024


================
@@ -2929,6 +2927,9 @@ class VPlan {
     return BackedgeTakenCount;
   }
 
+  /// Return the backedge taken count of the original loop, if set.
+  VPValue *getBackedgeTakenCount() { return BackedgeTakenCount; }
+
----------------
ayalz wrote:

```suggestion
```
is this still needed?

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


More information about the llvm-commits mailing list