Skip to content

Commit

Permalink
Rollup merge of rust-lang#132347 - nnethercote:rm-ValueAnalysisWrappe…
Browse files Browse the repository at this point in the history
…r, r=cjgillot

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
GuillaumeGomez authored Oct 30, 2024
2 parents 4b38c21 + edef792 commit a8a1318
Show file tree
Hide file tree
Showing 2 changed files with 281 additions and 474 deletions.
Loading

0 comments on commit a8a1318

Please sign in to comment.