The reason for this is to avoid deep recursion in DFS() which can cause
stack overflow on large CFGs, especially on Windows.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98528
[AMDGPU] Use depth first iterator instead of recursive DFS. NFCI. ClosedPublic Authored by foad on Mar 12 2021, 10:04 AM.
Details Summary The reason for this is to avoid deep recursion in DFS() which can cause
Diff Detail
Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 6 others. · View Herald TranscriptMar 12 2021, 10:04 AM This revision is now accepted and ready to land.Mar 15 2021, 3:07 AM This revision was landed with ongoing or failed builds.Mar 15 2021, 3:33 AM Closed by commit rG5d48b45ce3bf: [AMDGPU] Use depth first iterator instead of recursive DFS. NFCI. (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 330595 llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
|