Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 72cb0c48cb441ecdd89305937fb876370231225d
      
https://github.com/WebKit/WebKit/commit/72cb0c48cb441ecdd89305937fb876370231225d
  Author: Yusuke Suzuki <[email protected]>
  Date:   2026-03-16 (Mon, 16 Mar 2026)

  Changed paths:
    M Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
    M Source/JavaScriptCore/Sources.txt
    M Source/JavaScriptCore/b3/B3Generate.cpp
    R Source/JavaScriptCore/b3/B3ReduceSIMDShuffle.cpp
    R Source/JavaScriptCore/b3/B3ReduceSIMDShuffle.h
    M Source/JavaScriptCore/b3/B3ReduceStrength.cpp
    M Source/JavaScriptCore/runtime/OptionsList.h

  Log Message:
  -----------
  [JSC] Move B3ReduceSIMDShuffle to B3ReduceStrength for now
https://bugs.webkit.org/show_bug.cgi?id=309993
rdar://172627278

Reviewed by Justin Michaud.

After 309299@main, we no longer use B3::UseCount in B3ReduceSIMDShuffle.
Then we do not need to have a special path for that. This patch just removes
B3ReduceSIMDShuffle and move them to B3ReduceStrength.

We will add B3ReduceSIMDShuffle when we need to have B3::UseCount for
used-lane analysis. But right now, we are not having these
optimizations.

* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/Sources.txt:
* Source/JavaScriptCore/b3/B3Generate.cpp:
(JSC::B3::generateToAir):
* Source/JavaScriptCore/b3/B3ReduceSIMDShuffle.cpp: Removed.
* Source/JavaScriptCore/b3/B3ReduceSIMDShuffle.h: Removed.
* Source/JavaScriptCore/b3/B3ReduceStrength.cpp:
* Source/JavaScriptCore/runtime/OptionsList.h:

Canonical link: https://commits.webkit.org/309320@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to