[llvm-branch-commits] [lldb] [compiler-rt] [mlir] [clang] [openmp] [flang] [polly] [llvm] [lld] [VPlan] Initial modeling of VF * UF as VPValue. (PR #74761)

Florian Hahn via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Dec 8 04:22:27 PST 2023


https://github.com/fhahn updated https://github.com/llvm/llvm-project/pull/74761

>From 6ec44342b09474536d98de55238ee59452c06518 Mon Sep 17 00:00:00 2001
From: Florian Hahn <flo at fhahn.com>
Date: Fri, 8 Dec 2023 11:00:17 +0000
Subject: [PATCH] for -> of

Created using spr 1.3.4
---
 llvm/lib/Transforms/Vectorize/VPlan.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/lib/Transforms/Vectorize/VPlan.h b/llvm/lib/Transforms/Vectorize/VPlan.h
index 30e4bf2a226d8..94cb768898136 100644
--- a/llvm/lib/Transforms/Vectorize/VPlan.h
+++ b/llvm/lib/Transforms/Vectorize/VPlan.h
@@ -2646,7 +2646,7 @@ class VPlan {
   /// The vector trip count.
   VPValue &getVectorTripCount() { return VectorTripCount; }
 
-  /// Returns VF * UF for the vector loop region.
+  /// Returns VF * UF of the vector loop region.
   VPValue &getVFxUF() { return VFxUF; }
 
   /// Mark the plan to indicate that using Value2VPValue is not safe any



More information about the llvm-branch-commits mailing list