Add dead store elimination pass
This commit is contained in:
parent
f80e454450
commit
bf153a241d
13 changed files with 496 additions and 25 deletions
|
@ -26,6 +26,7 @@ mod storage_liveness;
|
|||
pub use self::borrowed_locals::MaybeBorrowedLocals;
|
||||
pub use self::init_locals::MaybeInitializedLocals;
|
||||
pub use self::liveness::MaybeLiveLocals;
|
||||
pub use self::liveness::MaybeTransitiveLiveLocals;
|
||||
pub use self::storage_liveness::{MaybeRequiresStorage, MaybeStorageLive};
|
||||
|
||||
/// `MaybeInitializedPlaces` tracks all places that might be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue