Changes in directory llvm/lib/Transforms/Scalar:
LICM.cpp updated: 1.105 -> 1.106
ScalarReplAggregates.cpp updated: 1.96 -> 1.97
---
Log message:
Use DominatorTree instead of ETForest.
This allows faster immediate domiantor walk.
---
Diffs of the changes: (+5 -5)
LICM.cpp |
Changes in directory llvm/lib/Transforms/Scalar:
LICM.cpp updated: 1.95 -> 1.96
ScalarReplAggregates.cpp updated: 1.89 -> 1.90
---
Log message:
Mem2Reg does not need TargetData.
---
Diffs of the changes: (+3 -4)
LICM.cpp |4 ++--
ScalarReplAggregates.cpp |3 +--
2 f
Changes in directory llvm/lib/Transforms/Scalar:
LICM.cpp updated: 1.92 -> 1.93
ScalarReplAggregates.cpp updated: 1.85 -> 1.86
---
Log message:
Move more passes to using ETForest instead of DominatorTree.
---
Diffs of the changes: (+5 -8)
LICM.cpp |7 ++-
ScalarRepl