[all-commits] [llvm/llvm-project] 241349: [VPlan] Move VPWidenPointerInductionR::execute to ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Aug 5 12:43:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 241349fff2e1e99617124339a4c56a9b959f2f71
https://github.com/llvm/llvm-project/commit/241349fff2e1e99617124339a4c56a9b959f2f71
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Move VPWidenPointerInductionR::execute to VPlanRecipes. (NFC)
Move VPWidenPointerInductionRecipe::execute to VPlanRecipes.cpp in line
with other ::execute implementations that don't depend on anything
defined in LoopVectorization.cpp
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list