[PATCH] D154885: [DAGCombiner] Limit graph traversal to cap compile times
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 24 10:07:51 PDT 2023
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
I think this is reasonable. We also use a threshold argument in some other places where `hasPredecessorHelper` is used, e.g. `SelectionDAGISel.cpp` 8192.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154885/new/
https://reviews.llvm.org/D154885
More information about the llvm-commits
mailing list