[all-commits] [llvm/llvm-project] 54c6a5: [VectorCombine] Add explicit CostKind to all getMe...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Dec 9 05:39:50 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54c6a592a078d0a2d484f8a64ac0f1ed47f79e35
https://github.com/llvm/llvm-project/commit/54c6a592a078d0a2d484f8a64ac0f1ed47f79e35
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[VectorCombine] Add explicit CostKind to all getMemoryOpCost calls. NFC.
We currently hardwire CostKind to TTI::TCK_RecipThroughput which matches the default CostKind for getMemoryOpCost.
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