Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: df0e79f87bdafcce347c5bb6d4e824cc8eb4f2fb https://github.com/WebKit/WebKit/commit/df0e79f87bdafcce347c5bb6d4e824cc8eb4f2fb Author: Daniel Liu <danl...@umich.edu> Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths: M Source/JavaScriptCore/dfg/DFGBackwardsPropagationPhase.cpp Log Message: ----------- DFG backwards propagation should update Int52Rep operands depending on negative zero usage https://bugs.webkit.org/show_bug.cgi?id=292197 rdar://150070561 Reviewed by Yusuke Suzuki. DFG's backwards propagation phase can update `NodeBytecodeNeedsNegZero` during analysis, meaning that we will need to recalculate the use kind of the operand at that point based on the new value of the flag. * Source/JavaScriptCore/dfg/DFGBackwardsPropagationPhase.cpp: (JSC::DFG::BackwardsPropagationPhase::propagate): Canonical link: https://commits.webkit.org/294229@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes