Fixed point between range analysis and ternary analysis
Open
optimizer
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
The results of the ternary analysis can help a range analysis be more precise, and the results of the range analysis can help a ternary analysis be more precise, so we should put these in a fixed point loop to extract maximum precision, assuming the computational cost is not excessive.
Contributor guide
Assessment
This issue has not been assessed yet.