meson-plus-plus
meson-plus-plus copied to clipboard
rewrite variable handling as load/store instructions rather than as metadata attached to the instruction
This would make get_variable and set_variable's implementation be basically free.
It would simplify GVN
It would allow the Object rather than Instruction to be the most basic object
I would simplify writing visitors