[all-commits] [llvm/llvm-project] 369cd2: Revert "[SLP]Allow masked gathers only if allowed ...
cilkplus via All-commits
all-commits at lists.llvm.org
Tue May 4 05:07:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 369cd2ae5205e880e2db209070abadf459289322
https://github.com/llvm/llvm-project/commit/369cd2ae5205e880e2db209070abadf459289322
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-05-04 (Tue, 04 May 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/test/Transforms/SLPVectorizer/X86/pr47629-inseltpoison.ll
M llvm/test/Transforms/SLPVectorizer/X86/pr47629.ll
M llvm/test/Transforms/SLPVectorizer/X86/tiny-tree.ll
Log Message:
-----------
Revert "[SLP]Allow masked gathers only if allowed by target."
This reverts commit fd18547e0721983dcb273670d16341921f831e50. Need to
add a check for the size of the vectorization tree to avoid some extra
vectorization.
More information about the All-commits
mailing list