[PATCH] D102259: [flang] Limit the depth of expressions that the compiler will handle

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 14:44:17 PDT 2021


klausler added a comment.

Instead of imposing an arbitrary limit on the size of an expression it would be better to change the algorithm to handle larger trees with more use of iteration and tail recursion, I think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102259



More information about the llvm-commits mailing list