[all-commits] [llvm/llvm-project] 701f72: [VPlan] Use VPRecipeWithIRFlags for VPReplicateRec...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon May 15 03:50:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 701f7230cdc065e180077b66ba3c839adb9092b4
https://github.com/llvm/llvm-project/commit/701f7230cdc065e180077b66ba3c839adb9092b4
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Use VPRecipeWithIRFlags for VPReplicateRecipe, retire poison map
Update VPReplicateRecipe to use VPRecipeWithIRFlags for IR flag
handling. Retire separate MayGeneratePoisonRecipes map.
Depends on D149082.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D150027
More information about the All-commits
mailing list