[PATCH] D57059: [SLP] Initial support for the vectorization of the non-power-of-2 vectors.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 10:23:12 PST 2020
ABataev marked an inline comment as done.
ABataev added inline comments.
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/cse.ll:153
+; CHECK: 24:
+; CHECK-NEXT: ret i32 undef
;
----------------
RKSimon wrote:
> The test2 changes look superfluous (maybe precommit them?).
Yes, will do this later
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57059/new/
https://reviews.llvm.org/D57059
More information about the llvm-commits
mailing list