[all-commits] [llvm/llvm-project] c3470d: [VPlan] Compute cost of replicating calls in VPlan...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Aug 26 05:38:11 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3470d1cdd596ba081d8b60ba02dbf8b77369c13
https://github.com/llvm/llvm-project/commit/c3470d1cdd596ba081d8b60ba02dbf8b77369c13
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-08-26 (Tue, 26 Aug 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Compute cost of replicating calls in VPlan. (NFCI) (#154291)
Implement computing the scalarization overhead for replicating calls in
VPlan, matching the legacy cost model.
Depends on https://github.com/llvm/llvm-project/pull/154126.
PR: https://github.com/llvm/llvm-project/pull/154291
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