[all-commits] [llvm/llvm-project] f25089: [VPlan] Make VPRecipeBase inherit from VPDef.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Dec 21 05:44:33 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f25089237376dd43c8c37a18ea9d132f0845eda4
https://github.com/llvm/llvm-project/commit/f25089237376dd43c8c37a18ea9d132f0845eda4
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Make VPRecipeBase inherit from VPDef.
This patch makes VPRecipeBase a direct subclass of VPDef, moving the
SubclassID to VPDef.
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D90564
More information about the All-commits
mailing list