[all-commits] [llvm/llvm-project] 133f01: [VPlan] Remove unneeded VPUser::classof(const VPDe...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jan 17 01:08:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 133f017479cc1f3c072986e43494b3820d928971
https://github.com/llvm/llvm-project/commit/133f017479cc1f3c072986e43494b3820d928971
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Remove unneeded VPUser::classof(const VPDef *) (NFC).
This specialization is not needed any longer as VPRecipeBase inherits
from VPUser and getDefiningRecipe returns a VPRecipeBase.
More information about the All-commits
mailing list