[PATCH] D157322: [VPlan] Initial modeling of runtime VF * UF as VPValue.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 07:10:03 PDT 2023
fhahn marked an inline comment as done.
fhahn added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:2543
+ /// Returns runtime VF * UF for the vector loop region.
+ VPValue &getRuntimeVFxUF() { return RuntimeVFxUF; }
+
----------------
ABataev wrote:
> const member function
Unfortunately this causes problems with various users which expect non-const return value.
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