Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b9aaefb34647d13f2a7fb853c4a69054f4fbd669
https://github.com/WebKit/WebKit/commit/b9aaefb34647d13f2a7fb853c4a69054f4fbd669
Author: Yusuke Suzuki <[email protected]>
Date: 2025-03-16 (Sun, 16 Mar 2025)
Changed paths:
M Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp
Log Message:
-----------
[JSC] Fold Compare(Int52RepUse, Int52RepUse) to Compare(Int32Use, Int32Use)
if possible
https://bugs.webkit.org/show_bug.cgi?id=289853
rdar://147127153
Reviewed by Yijia Huang.
Let's do 291889@main for Int52RepUse too. This patch attempts to fold
Compare(Int52RepUse, Int52RepUse) to Compare(Int32Use, Int32Use).
* Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.cpp:
(JSC::DFG::ConstantFoldingPhase::foldConstants):
Canonical link: https://commits.webkit.org/292243@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes