mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
73ad571c6b
The new LeaveSSA looks ahead to the phis of fallback blocks. However, HIR can sometimes have multiple blocks with the same fallthrough (totally fine), so this diff clears the phis of fallbacks as they are reached to avoid reprocessing them. This caused a previously incorrect case to now fail, yay.