[PATCH] D123516: Fix SLP score for out of order contiguous loads

Alban Bridonneau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 08:47:25 PDT 2022


alban.bridonneau added a comment.

@vporpo I was just starting to look at removing the loop-related code. That's a good point, i keep thinking about SLP in the context of loops, but it shouldn't be just about loops. The various costs seem completely different, it might require some extra work to reproduce the exact case without the loop control code.

@ABataev , that's interesting. Is that a patch you are working on? I'd be curious to take a look if that's possible.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123516/new/

https://reviews.llvm.org/D123516



More information about the llvm-commits mailing list