Use an explicit std::vector instead, to avoid accidentally causing stack overflows
for input with very large CFGs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/CodeGen/ExecutionDepsFix.cpp | ||
---|---|---|
710 ↗ | (On Diff #94129) | SmallVector? |
719 ↗ | (On Diff #94129) | Seed the workqueue instead to remove this call. |
724 ↗ | (On Diff #94129) | Is it the only use of updateSuccessors? Could be inlined if so, the code seems simple enough. |