[PATCH] D69912: [ModuloSchedule] Do target loop analysis before peeling.
James Molloy via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 11:16:18 PST 2019
jmolloy accepted this revision.
jmolloy added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
================
Comment at: llvm/include/llvm/CodeGen/ModuloSchedule.h:346
+ /// Target loop info before kernel peeling.
+ std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo> Info = nullptr;
};
----------------
No need for =nullptr, the default constructor does this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69912/new/
https://reviews.llvm.org/D69912
More information about the llvm-commits
mailing list