Add initial version of value analysis and dataflow constant propagation

This commit is contained in:
Jannis Christopher Köhl 2022-08-25 16:43:46 +00:00
parent 9b735a7132
commit 4f9c30fb67
26 changed files with 1948 additions and 2 deletions

View file

@ -41,6 +41,7 @@ pub mod move_paths;
pub mod rustc_peek;
pub mod storage;
pub mod un_derefer;
pub mod value_analysis;
pub(crate) mod indexes {
pub(crate) use super::move_paths::MovePathIndex;