[all-commits] [llvm/llvm-project] a47700: [CostModel][X86] Remove getGSScalarCost and use ge...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun May 12 07:24:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a477004d822d02290f9d388aa22a42490fd8180d
https://github.com/llvm/llvm-project/commit/a477004d822d02290f9d388aa22a42490fd8180d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-05-12 (Sun, 12 May 2024)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/lib/Target/X86/X86TargetTransformInfo.h
Log Message:
-----------
[CostModel][X86] Remove getGSScalarCost and use getCommonMaskedMemoryOpCost directly
The generic getCommonMaskedMemoryOpCost now gives the same cost estimates for scalarized gather/scatter.
Commit: 502e77df1fc4aa859db6709e14e93af6207e4dc4
https://github.com/llvm/llvm-project/commit/502e77df1fc4aa859db6709e14e93af6207e4dc4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-05-12 (Sun, 12 May 2024)
Changed paths:
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
Log Message:
-----------
[CostModel][X86] getGSVectorCost - remove FIXME
getGSVectorCost has supported other TargetCostKind since a55127281b2ed5f24f848b9e5c70870ad170bc3f
Compare: https://github.com/llvm/llvm-project/compare/1d6bf0ca2932...502e77df1fc4
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