[all-commits] [llvm/llvm-project] c22752: [VPlan] Add abstract base class for header phi rec...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Dec 28 06:38:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2275278c693c4e0d6947c6f1ae95bf147f29125
https://github.com/llvm/llvm-project/commit/c2275278c693c4e0d6947c6f1ae95bf147f29125
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-12-28 (Tue, 28 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Add abstract base class for header phi recipes (NFC).
Not all header phis widen the phi, e.g. like the new
VPCanonicalIVPHIRecipe in D113223. To let those recipes also inherit
from a phi-like base class, add a more generic VPHeaderPHIRecipe
abstract base class.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D116304
More information about the All-commits
mailing list