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 <f...@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 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits