[webkit-changes] [WebKit/WebKit] 4aea4a: [WASM] Block with v128 results should notify SIMD ...

Yijia Huang noreply at github.com
Fri May 24 07:12:53 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4aea4a2555b9077667ee786c157eea71bf99f1e4
      https://github.com/WebKit/WebKit/commit/4aea4a2555b9077667ee786c157eea71bf99f1e4
  Author: Yijia Huang <yijia_huang at apple.com>
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
    A JSTests/wasm/stress/try-and-block-with-v128-results.js
    A JSTests/wasm/stress/try-and-block-with-v128-results.wasm
    M Source/JavaScriptCore/wasm/WasmBBQJIT.cpp
    M Source/JavaScriptCore/wasm/WasmBBQJIT.h
    M Source/JavaScriptCore/wasm/WasmConstExprGenerator.cpp
    M Source/JavaScriptCore/wasm/WasmFunctionParser.h
    M Source/JavaScriptCore/wasm/WasmIPIntGenerator.cpp
    M Source/JavaScriptCore/wasm/WasmLLIntGenerator.cpp
    M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
    M Source/JavaScriptCore/wasm/WasmTypeDefinition.h

  Log Message:
  -----------
  [WASM] Block with v128 results should notify SIMD uses
https://bugs.webkit.org/show_bug.cgi?id=271494
rdar://125146449

Reviewed by Justin Michaud.

We should notify the SIMD use when wasm block within the code has v128 results.

* JSTests/wasm/stress/try-and-block-with-v128-results.js: Added.
(globalThis.callerIsBBQOrOMGCompiled.instantiateJsc):
(else.instantiateBrowser):
(async let):
* JSTests/wasm/stress/try-and-block-with-v128-results.wasm: Added.

Originally-landed-as: 272448.873 at safari-7618-branch (e6123d8a8215). rdar://128552558
Canonical link: https://commits.webkit.org/279266@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