[PATCH] D100684: [X86][CostModel] X86TTIImpl::getMemoryOpCost(): rewrite vector handling again
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 12 07:51:34 PDT 2021
lebedev.ri added a comment.
Thank you for replying!
In D100684#2754152 <https://reviews.llvm.org/D100684#2754152>, @RKSimon wrote:
> IIRC the need for those interleaved costs was because we couldn't determine accurate 'lane crossing' vs 'non lane crossing' general shuffle costs - now that we have access to the shuffle mask it might be possible to recognise these a little better.
So the comment is that i should first try to costmodel generic shuffles? (`X86TTIImpl::getShuffleCost()`)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100684/new/
https://reviews.llvm.org/D100684
More information about the llvm-commits
mailing list