[webkit-changes] [WebKit/WebKit] 3e44f0: lowerInt64 neeeds to run after lowerMacros
aoikonomopoulos
noreply at github.com
Wed Jul 24 03:35:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3e44f0552c911b370cf31f87ae0290feeb75acdc
https://github.com/WebKit/WebKit/commit/3e44f0552c911b370cf31f87ae0290feeb75acdc
Author: Angelos Oikonomopoulos <angelos at igalia.com>
Date: 2024-07-24 (Wed, 24 Jul 2024)
Changed paths:
M Source/JavaScriptCore/b3/B3Generate.cpp
Log Message:
-----------
lowerInt64 neeeds to run after lowerMacros
https://bugs.webkit.org/show_bug.cgi?id=276950
Reviewed by Yusuke Suzuki.
lowerMacros may need to emit calls that take/return Int64 values, so
lowerInt64 should run after that.
* Source/JavaScriptCore/b3/B3Generate.cpp:
(JSC::B3::generateToAir):
Canonical link: https://commits.webkit.org/281283@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