[PATCH] D96647: [BasicAA] Add depth limit

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 13 07:29:57 PST 2021


lebedev.ri added a comment.

Since this is (only?) about avoiding stack overflows (with which stack size?),
i'd think we should go with some much safer and less controversial value;
`16`, and even `64` should be plenty good still.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96647



More information about the llvm-commits mailing list