[all-commits] [llvm/llvm-project] b52d32: [VPlan] Remove unnecessary casts from tests after ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Nov 16 14:21:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b52d328ee8aab5afe15e701f269edb0da55f7f0c
https://github.com/llvm/llvm-project/commit/b52d328ee8aab5afe15e701f269edb0da55f7f0c
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-11-16 (Wed, 16 Nov 2022)
Changed paths:
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Remove unnecessary casts from tests after 32f1c5531b.
After 32f1c5531b, getDefiningRecipe returns a VPRecipeBase* so there's
no need to cast to VPRecipeBase.
Suggested by @Ayal during review of D136068, thanks!
More information about the All-commits
mailing list