[all-commits] [llvm/llvm-project] 85fe5c: [VPlan] Make VPRecipeBase inherit from VPUser dire...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Feb 12 05:07:41 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85fe5c93456776f313e25efaf49d3ae9e8703c86
https://github.com/llvm/llvm-project/commit/85fe5c93456776f313e25efaf49d3ae9e8703c86
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-02-12 (Fri, 12 Feb 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Make VPRecipeBase inherit from VPUser directly (NFC).
The individual recipes have been updated to manage their operands using
VPUser a while back. Now that the transition is done, we can instead
make VPRecipeBase a VPUser and get rid of the toVPUser helper.
More information about the All-commits
mailing list