[all-commits] [llvm/llvm-project] abdb61: [VPlan] Introduce VPSingleDefRecipe. (#77023)
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jan 19 02:28:05 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abdb61f5fd0fa6f184aa2c7f3b676879a71df8a8
https://github.com/llvm/llvm-project/commit/abdb61f5fd0fa6f184aa2c7f3b676879a71df8a8
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[VPlan] Introduce VPSingleDefRecipe. (#77023)
This patch introduces a new common base class for recipes defining a
single result VPValue. This has been discussed/mentioned at various
previous reviews as potential follow-up and helps to replace various
getVPSingleValue calls.
PR: https://github.com/llvm/llvm-project/pull/77023
More information about the All-commits
mailing list