Changes in directory llvm/lib/Analysis:
LoadValueNumbering.cpp updated: 1.42 -> 1.43
---
Log message:
Use DominatorTree instead of ETForest.
---
Diffs of the changes: (+9 -9)
LoadValueNumbering.cpp | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
Index: llvm/li
Changes in directory llvm/lib/Analysis:
LoadValueNumbering.cpp updated: 1.38 -> 1.39
---
Log message:
Remove use of Instruction::getNext
---
Diffs of the changes: (+12 -9)
LoadValueNumbering.cpp | 21 -
1 files changed, 12 insertions(+), 9 deletions(-)
Index: llvm/l
Changes in directory llvm/lib/Analysis:
LoadValueNumbering.cpp updated: 1.37 -> 1.38
---
Log message:
Expunge DomSet from LoadValueNumbering. This is part of the continuing
work on PR1171: http://llvm.org/PR1171 .
---
Diffs of the changes: (+9 -9)
LoadValueNumbering.cpp | 18 +
Changes in directory llvm/lib/Analysis:
LoadValueNumbering.cpp updated: 1.33 -> 1.34
---
Log message:
Fix a problem exposed by the et-forest work. Load-vn needs these passes live
whenever it is live, not just when load-vn is computed initially
---
Diffs of the changes: (+3 -3)
LoadValueNu