[all-commits] [llvm/llvm-project] ad5b83: [VPlan] Add VPReductionSC to VPUser::classof, unif...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Nov 25 03:13:23 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: ad5b83ddcf45372f61b9602038006a2ec58dab4a
https://github.com/llvm/llvm-project/commit/ad5b83ddcf45372f61b9602038006a2ec58dab4a
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-11-25 (Wed, 25 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Add VPReductionSC to VPUser::classof, unify VPValue IDs.
This is a follow-up to 00a66011366c7b037d6680e6015524a41b761c34 to make
isa<VPReductionRecipe> work and unifies the VPValue ID names, by making
sure they all consistently start with VPV*.
More information about the All-commits
mailing list