[PATCH] D94992: [SLP]Merge reorder and reuse shuffles.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 14:07:53 PST 2021
ABataev added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:4339
+namespace {
+/// Merges shuffle masks and emits final shuffle instruction, if required.
----------------
echristo wrote:
> I seem to recall we have other classes that do this as well?
I did not find any. Could you point me where should I look for something similar?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94992/new/
https://reviews.llvm.org/D94992
More information about the llvm-commits
mailing list