mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-22 15:32:35 +00:00
- fmt_bitenum prints the common BitEnum operands as their set bits' names joined with '|' (or None when empty): FunctionControl, MemoryAccess, SelectionControl, LoopControl, ImageOperands -- so OpFunction ... None, OpLoad ... Aligned. - fmt_inst now also prints words trailing the fixed operand layout (the params an enum value/bit pulls in, e.g. MemoryAccess Aligned's alignment), previously dropped: OpLoad %2 %7 Aligned 16.