FuelLabs/sway

Add "definition dominates use" check in the IR verifier

オープン

#3,164 opened on 2022/10/27

 (2 件のコメント) (1 件のリアクション) (0 人の担当者)Rust (5,421 件のフォーク)batch import
compilercompiler: irenhancementgood first issueteam:compiler

Repository metrics

Stars
 (61,702 個のスター)
PR merge metrics
 (平均マージ 22h 6m) (30d で 16 merged PRs)

説明

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

コントリビューターガイド