Improve docs a little

This commit is contained in:
gingerBill
2026-07-13 16:36:45 +01:00
parent fc17efdd0c
commit 1def2e3c66

View File

@@ -39,7 +39,10 @@ package rexcode_ir
// shared *vocabulary*, not an implementation.
// Per-IR dataflow discipline. WASM = STACK; SPIR-V / LLVM / AIR / DXIL = SSA.
Dataflow :: enum u8 { STACK, SSA }
Dataflow :: enum u8 {
STACK, // WASM
SSA, // SPIR-V / LLVM / AIR / DXIL
}
// -----------------------------------------------------------------------------
// Operand (generalizes isa.Operand)