Add global value numbering pass.
This commit is contained in:
parent
551c7183f8
commit
8b848af325
33 changed files with 6476 additions and 26 deletions
|
@ -108,7 +108,7 @@ enum Value<'tcx> {
|
|||
}
|
||||
|
||||
/// For each local, save the place corresponding to `*local`.
|
||||
#[instrument(level = "trace", skip(tcx, body))]
|
||||
#[instrument(level = "trace", skip(tcx, body, ssa))]
|
||||
fn compute_replacement<'tcx>(
|
||||
tcx: TyCtxt<'tcx>,
|
||||
body: &Body<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue