[webkit-changes] [WebKit/WebKit] 889867: [JSC] Add Equal(@x, @x) etc. handling in B3
Yusuke Suzuki
noreply at github.com
Mon Oct 7 01:56:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8898670816124a7e2a59c5930e8e6d5d1c072bc4
https://github.com/WebKit/WebKit/commit/8898670816124a7e2a59c5930e8e6d5d1c072bc4
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-10-07 (Mon, 07 Oct 2024)
Changed paths:
M Source/JavaScriptCore/b3/B3ReduceStrength.cpp
Log Message:
-----------
[JSC] Add Equal(@x, @x) etc. handling in B3
https://bugs.webkit.org/show_bug.cgi?id=280932
rdar://137327940
Reviewed by Yijia Huang.
We found that Equal(@x, @x) is not folded into true in B3.
This patch just adds those handlings.
* Source/JavaScriptCore/b3/B3ReduceStrength.cpp:
Canonical link: https://commits.webkit.org/284754@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list