[PATCH] D103925: [X86][SSE] Support 64-bit vectorization (WIP)
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 06:18:15 PDT 2021
ABataev added a comment.
Some extra note: ran into the same problem with non-power-2 patch and had to limit the maximum allowed vectorization factor because of the regression with very small vectors.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103925/new/
https://reviews.llvm.org/D103925
More information about the llvm-commits
mailing list