[PATCH] D157322: [VPlan] Initial modeling of runtime VF * UF as VPValue.

Kolya Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 09:07:32 PDT 2023


nikolaypanchenko added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:2469
 
+  /// Represents the runtime VF * UF of the vector loop region.
+  VPValue RuntimeVFxUF;
----------------
might be better to clarify that it's loop invariant VPValue.
With @ABataev patch in, we may followup to unify `EVL` and `RuntimeVFxUF`. Does it sound reasonable ? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157322/new/

https://reviews.llvm.org/D157322



More information about the llvm-commits mailing list