[PATCH] D109484: [SLP] Calculate overload types from intrinsic description
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 16 08:50:24 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:5563
+ popFirstElement(TableRef);
+ };
+
----------------
Can we pull some of this out into a helper - SLP is far too large already......
Also, won't we need most of this for LoopVectorizer as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109484/new/
https://reviews.llvm.org/D109484
More information about the llvm-commits
mailing list