[PATCH] D125987: [SLP] Account for cost of removing FMA opportunities
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 29 11:02:38 PDT 2022
fhahn added a comment.
Herald added a subscriber: pcwang-thead.
In D125987#3525414 <https://reviews.llvm.org/D125987#3525414>, @fhahn wrote:
> I think this loss is not only relevant for horizontal reductions, but can pessimize things in general, right?
I stumbled upon an issue on AArch64 where ignoring scalar fusion opportunities notably regresses performance of some SLP sensitive applications. I put up D132872 <https://reviews.llvm.org/D132872> to sketch a potential solution for the non-horizontal reduction case.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125987/new/
https://reviews.llvm.org/D125987
More information about the llvm-commits
mailing list