meson-plus-plus icon indicating copy to clipboard operation
meson-plus-plus copied to clipboard

rewrite variable handling as load/store instructions rather than as metadata attached to the instruction

Open dcbaker opened this issue 1 year ago • 0 comments

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

dcbaker avatar Dec 18 '24 17:12 dcbaker