FuelLabs/sway

Add "definition dominates use" check in the IR verifier

Aperta

#3164 aperta il 27 ott 2022

 (2 commenti) (1 reazione) (0 assegnatari)Rust (5421 fork)batch import
compilercompiler: irenhancementgood first issueteam:compiler

Metriche repository

Star
 (61.702 stelle)
Metriche merge PR
 (Merge medio 22h 6m) (16 PR mergiate in 30 g)

Descrizione

With #3128 , we now have a dominator tree. Use that to verify that every SSA definition dominates its uses.

Guida contributor