[PATCH] D67512: [Analysis] Allow -scalar-evolution-max-iterations more than once

Enrico Tanuwidjaja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 10:57:11 PDT 2019


enrico271 added a comment.

`scalar-evolution-max-iterations` flag allows us to override the 100 iterations limit for constant derived loop, which we need for optimization, as we have many constant derived loops with > 100 iterations


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67512





More information about the llvm-commits mailing list