[PATCH] D38586: SLPVectorizer.cpp: Ensure SLPVectorizer can visit each block by dominated order
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 7 07:37:45 PDT 2017
dberlin added a comment.
Preds will in fact be thousands sometimes with switch statements. If you don't want to fix it, let me know and I'll fix the sort on Monday
Repository:
rL LLVM
https://reviews.llvm.org/D38586
More information about the llvm-commits
mailing list