[PATCH] D98531: [SLP]Fix crash on extending scheduling region.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 17 09:31:31 PDT 2021
RKSimon added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:5166
+ resetSchedule();
+ initialFillReadyList(ReadyInsts);
+ while (!ReadyInsts.empty()) {
----------------
We already have similar code in tryScheduleBundle - pull out as a helper function?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98531/new/
https://reviews.llvm.org/D98531
More information about the llvm-commits
mailing list