[all-commits] [llvm/llvm-project] c1a9d1: [VPlan] Move usesScalars/onlyFirstLaneUsed to VPUser.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue May 17 03:20:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1a9d14982f887355da1959eba3a47b952fc6e7a
https://github.com/llvm/llvm-project/commit/c1a9d14982f887355da1959eba3a47b952fc6e7a
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-05-17 (Tue, 17 May 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Move usesScalars/onlyFirstLaneUsed to VPUser.
Those helpers model properties of a user and they should also be
available to non-recipe users. This will be used in D123537 for a new
exit value user.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D124936
More information about the All-commits
mailing list