mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-17 13:11:07 +00:00
Improve docs a little
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user