rdar://104071090 In DFG's constant folding phase, we fold ParseInt nodes when the radix is a Number equal to zero. In the DFG fixup phase, however, we more optimistically assume the radix is an Int32 and add a speculation check. We should make sure that the constant folding phase's behavior reflects the type constraints we introduce in the fixup phase.
Pull request: https://github.com/WebKit/WebKit/pull/8804
Committed 259102@main (47b456d4d7f3): <https://commits.webkit.org/259102@main> Reviewed commits have been landed. Closing PR #8804 and removing active labels.