binaryen
binaryen copied to clipboard
Remove GC restriction on removing blocks in Stack IR
Now that we no longer have RTTs, every value can be safely stored in a local and we don't need to avoid emitting stacky code that we wouldn't be able to load later. We should start calling removeUnneededBlocks
in StackIR.cpp unconditionally.