[llvm] [VPlan] Materialize vector trip count using VPInstructions. (PR #151925)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 4 10:10:29 PDT 2025


================
@@ -602,6 +599,7 @@ class InnerLoopVectorizer {
   /// vector elements.
   ElementCount VF;
 
+public:
----------------
lukel97 wrote:

How come we're marking these as public?

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


More information about the llvm-commits mailing list