[PATCH] D62989: [Unroll] Do NOT unroll a loop with small runtime upperbound

Z. Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 16:01:18 PDT 2019


zzheng marked an inline comment as done.
zzheng added a comment.

In D62989#1534692 <https://reviews.llvm.org/D62989#1534692>, @Meinersbur wrote:

> What problem is this solving?


Unwanted (or excessive) unrolling of loops with small runtime trip count upper bound.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62989/new/

https://reviews.llvm.org/D62989





More information about the llvm-commits mailing list