[PATCH] D94992: [SLP]Merge reorder and reuse shuffles.
Anton Afanasyev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 26 14:29:45 PST 2021
anton-afanasyev accepted this revision.
anton-afanasyev added a comment.
LGTM
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:4392
+ assert((IsFinalized || Mask.empty()) &&
+ "Must be finalized construction of the shuffles.");
+ }
----------------
echristo wrote:
> "Shuffle construction must be finalized"
Please address this comment.
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