[PATCH] D111460: [X86][LoopVectorize] "Fix" `X86TTIImpl::getAddressComputationCost()`
Pengfei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 16 05:51:31 PDT 2021
pengfei added a comment.
In D111460#3068279 <https://reviews.llvm.org/D111460#3068279>, @lebedev.ri wrote:
> In D111460#3068276 <https://reviews.llvm.org/D111460#3068276>, @pengfei wrote:
>
>> Sorry, I don't think favoring interleaved loads over gather is always correct.
>
> Where am i doing that?
Doesn't comments in X86TargetTransformInfo.cpp say this patch is a hack to do that? Or I just understood it the other way around?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111460/new/
https://reviews.llvm.org/D111460
More information about the llvm-commits
mailing list