[PATCH] D113774: [SLP]Improve splat detection.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 15 06:38:15 PST 2021
ABataev added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:2596
if (isSplat(Entry->Scalars)) {
OS << "<splat> " << *Entry->Scalars[0];
return Str;
----------------
anton-afanasyev wrote:
> Change it or just remove?
Why?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113774/new/
https://reviews.llvm.org/D113774
More information about the llvm-commits
mailing list