Changes in directory llvm/lib/Transforms/Scalar:
SimplifyCFG.cpp updated: 1.20 -> 1.21
---
Log message:
Use a worklist-driven algorithm instead of a recursive one.
---
Diffs of the changes: (+36 -27)
SimplifyCFG.cpp | 63
1 files c
Changes in directory llvm/lib/Transforms/Scalar:
SimplifyCFG.cpp updated: 1.19 -> 1.20
---
Log message:
switch MarkAliveBlocks over to using SmallPtrSet instead of std::set, speeding
up simplifycfg by 20%
---
Diffs of the changes: (+5 -5)
SimplifyCFG.cpp | 10 +-
1 files changed
Changes in directory llvm/lib/Transforms/Scalar:
SimplifyCFG.cpp updated: 1.16 -> 1.17
---
Log message:
Incorporate any changes in the successor blocks into the result of
MarkAliveBlocks.
---
Diffs of the changes: (+1 -1)
SimplifyCFG.cpp |2 +-
1 files changed, 1 insertion(+), 1 deleti