FuelLabs/sway

Add "definition dominates use" check in the IR verifier

开放

#3,164 创建于 2022年10月27日

 (2 条评论) (1 个反应) (0 位负责人)Rust (5,421 个派生)batch import
compilercompiler: irenhancementgood first issueteam:compiler

仓库指标

星标
 (61,702 个星标)
PR 合并指标
 (平均合并 22小时 6分钟) (30 天内合并 16 个 PR)

描述

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

贡献者指南