[PATCH] D67711: [DAG] Add SelectionDAG::MaxRecursionDepth constant
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 05:00:05 PDT 2019
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: include/llvm/CodeGen/SelectionDAG.h:393
public:
+ // Maximum depth for DAG recursion, used by computeKnownBits etc.
+ static constexpr unsigned MaxRecursionDepth = 6;
----------------
"Maximum depth for recursive analysis such as computeKnownBits, etc." ?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67711/new/
https://reviews.llvm.org/D67711
More information about the llvm-commits
mailing list