Derive codegen node-kind predicates from the intent IR

This commit is contained in:
Dennis Kobert
2026-08-13 23:09:48 +00:00
parent 010785d8db
commit c82093f153
3 changed files with 42 additions and 37 deletions

View File

@@ -248,6 +248,7 @@ impl ValueBinding {
}
}
#[derive(Clone, Copy)]
pub(crate) enum NodeKind {
Flip,
RecordIo,