Skip to content

Commit

Permalink
Rollup merge of #132347 - nnethercote:rm-ValueAnalysisWrapper, r=cjgi…
Browse files Browse the repository at this point in the history
…llot

Remove `ValueAnalysis` and `ValueAnalysisWrapper`.

They represent a lot of abstraction and indirection, but they're only used for `ConstAnalysis`, and apparently won't be used for any other analyses in the future. This commit inlines and removes them, which makes `ConstAnalysis` easier to read and understand.

r? `@cjgillot`
  • Loading branch information
matthiaskrgr authored Oct 31, 2024
2 parents 75eff9a + 846e20c commit e228e31
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 474 deletions.
Loading

0 comments on commit e228e31

Please sign in to comment.