This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 4769b8b
authored
Unrolled build for rust-lang#132347
Rollup merge of rust-lang#132347 - nnethercote:rm-ValueAnalysisWrapper, 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`File tree
2 files changed
+281
-474
lines changed- compiler
- rustc_mir_dataflow/src
- rustc_mir_transform/src
2 files changed
+281
-474
lines changed
0 commit comments