[PATCH] D132773: [SLP] Workaround for vectorizing loads with more than one store uses.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 18:33:03 PDT 2022


ABataev added a comment.

It is very optimistic estimation. It does not check if the external stores could be vectorized, does not check for the reordering shuffles costs. May lead to regressions in many cases.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132773



More information about the llvm-commits mailing list