Simple change to call target hook analyzeLoopForPipelining before
changing the loop. After peeling analyzing the loop may be more
complicated for target that don't have a loop instruction. This doesn't
affect Hexagone and PPC as they have hardware loop instructions.
Details
Details
- Reviewers
jmolloy
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks!
llvm/include/llvm/CodeGen/ModuloSchedule.h | ||
---|---|---|
346 | No need for =nullptr, the default constructor does this. |
No need for =nullptr, the default constructor does this.