[all-commits] [llvm/llvm-project] 9333b9: [VPlan] Replace AlsoPack field with shouldPack() m...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Feb 20 02:29:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9333b977638475d6b068cd005f8ea39406634c57
https://github.com/llvm/llvm-project/commit/9333b977638475d6b068cd005f8ea39406634c57
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Replace AlsoPack field with shouldPack() method (NFC).
There is no need to update the AlsoPack field when creating
VPReplicateRecipes. It can be easily computed based on the VP def-use
chains when it is needed.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D143864
More information about the All-commits
mailing list