[PATCH] D155955: [Clang] Improve the handling of large arrays evaluation.

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 21 14:32:39 PDT 2023


shafik added a comment.

Did you evaluate trying to use `StepsLeft` at all to limit the allocation? Should the limit be setable via the command line like  what we do with steps via `-fconstexpr-steps`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155955



More information about the cfe-commits mailing list