dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
50 stars 7 forks source link

merge fixup_phis and join_blocks #158

Open dcbaker opened 5 days ago

dcbaker commented 5 days ago

fixing up the phis is something that basically always need to happen when two blocks are joined (assuming there are phis), so just combine them into one pass.