[all-commits] [llvm/llvm-project] f73c09: [VPlan] Use public VPValue constructor in VPPRedIn...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jan 6 02:54:49 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f73c09caa2a86fa9fe6f88b4a4c438c005fea32c
https://github.com/llvm/llvm-project/commit/f73c09caa2a86fa9fe6f88b4a4c438c005fea32c
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Use public VPValue constructor in VPPRedInstPHIRecipe (NFC).
VPPredInstPHIRecipe does not need access to VPValue via friendship. It
can just use the public constructor,
Discussed as part of D92281.
More information about the All-commits
mailing list