[all-commits] [llvm/llvm-project] 720ab3: [VPlan] Compute cost for binary op VPInstruction w...
Hassnaa Hamdi via All-commits
all-commits at lists.llvm.org
Fri Feb 21 10:45:21 PST 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 720ab3be5f83c781730854f3f0e2c799a80d1b99
https://github.com/llvm/llvm-project/commit/720ab3be5f83c781730854f3f0e2c799a80d1b99
Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
A llvm/test/Transforms/LoopVectorize/X86/CostModel/vpinstruction-cost.ll
Log Message:
-----------
[VPlan] Compute cost for binary op VPInstruction with underlying values. #125434
As exposed by #125094, we are missing cost computation for some
binary VPInstructions we created based on original IR instructions.
Their cost should be considered.
PR: #125434
Author: Florian Hahn <flo at fhahn.com>
Change-Id: Icf985b3f1cd40898a17faaf47b241e2651f9e8dd
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