pub type RegId = Id<Reg, u32>;
Expand description
An ID for an IR register.
%n
is a common shorthand for RegId(n)
.
Note: %0
is allocated with the block input at the beginning of a compiled block.
Aliased Type§
struct RegId { /* private fields */ }