[PATCH] D157322: [VPlan] Initial modeling of runtime VF * UF as VPValue.
    Alexey Bataev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug  7 12:58:56 PDT 2023
    
    
  
ABataev 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; }
+
----------------
const member function
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