First step to fix https://bugs.llvm.org/show_bug.cgi?id=33961
Details
Details
- Reviewers
anna - Commits
- rG5408e6d64809: Merging r309353 and r309355: --------------------------------------------------…
rG01cb947abb9b: [JumpThreading] Add an option to dump LazyValueInfo after the run.
rL309439: Merging r309353 and r309355:
rL309353: [JumpThreading] Add an option to dump LazyValueInfo after the run.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. Thanks!
test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll | ||
---|---|---|
22 ↗ | (On Diff #108571) | I don't get why these are no longer there - we should either get it from the LVI cache or from the LVI analysis that's run when there's no cache entry. |
test/Analysis/LazyValueAnalysis/lvi-after-jumpthreading.ll | ||
---|---|---|
22 ↗ | (On Diff #108571) | Thank you Anna! |