Files
Joe Savona 82b8f612de [compiler] Fix for consecutive DCE'd branches with phis
This is an optimized version of @asmjmp0's fix in https://github.com/facebook/react/pull/31940. When we merge consecutive blocks we need to take care to rewrite later phis whose operands will now be different blocks due to merging. Rather than iterate all the blocks on each merge as in #31940, we can do a single iteration over all the phis at the end to fix them up.

Note: this is a redo of #31959
2025-07-07 15:00:11 -07:00
..