[PATCH] D102253: [LV] Prevent vectorization with unsupported element types.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 05:46:57 PDT 2021


dmgreen added a comment.

Hello. I thought that the idea was going to be that the costmodel returned an invalid cost for types/operations that could not be handled. And because it had an invalid cost, the vectorizer would then not vectorize with scalable factors? Is that not still the idea?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102253



More information about the llvm-commits mailing list