[all-commits] [llvm/llvm-project] f3ae33: [VPlan] Fold VPDef into VPRecipeBase (NFC). (#174282)
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Jan 24 05:16:33 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3ae334f4b7a8cf4fe0eb6ee7b2f2ef0879f522d
https://github.com/llvm/llvm-project/commit/f3ae334f4b7a8cf4fe0eb6ee7b2f2ef0879f522d
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-24 (Sat, 24 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Fold VPDef into VPRecipeBase (NFC). (#174282)
A separate VDef is not needed any longer, fold i into VPRecipeBase to
simplify code and class hierarchy.
Depends on https://github.com/llvm/llvm-project/pull/172758.
PR: https://github.com/llvm/llvm-project/pull/174282
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list