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

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 27 10:11:58 PDT 2022


vporpo added a comment.

Yeah I agree, it is too optimistic. What if I also check the contents of the tree to make sure it is a store-load only, and also check that the ordering of the external stores matches the loads?


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