Skip to content
Unverified Commit 00d383ee authored by Jonathan Cohen's avatar Jonathan Cohen Committed by GitHub
Browse files

[DAGCombiner] Limit steps in shouldCombineToPostInc (#116030)

Currently the function will walk the entire DAG to find other candidates
to perform a post-inc store. This leads to very long compilation times
on large functions. Added a MaxSteps limit to avoid this, which is also
aligned to how hasPredecessorHelper is used elsewhere in the code.
parent a2326008
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment