Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 9911c60317e9ec37781baf5af3db2a29d5d91de7
      
https://github.com/WebKit/WebKit/commit/9911c60317e9ec37781baf5af3db2a29d5d91de7
  Author: Angelos Oikonomopoulos <[email protected]>
  Date:   2024-10-30 (Wed, 30 Oct 2024)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmOMGIRGenerator32_64.cpp

  Log Message:
  -----------
  WasmOMGIRGenerator32_64: use B3 type to detect Int64 returns
https://bugs.webkit.org/show_bug.cgi?id=282246

Reviewed by Justin Michaud.

Using isI64() to detect calls that return Int64 is not enough, we need
to also catch other wasm types that have an Int64 representation.

* Source/JavaScriptCore/wasm/WasmOMGIRGenerator32_64.cpp:
(JSC::Wasm::OMGIRGenerator::toB3ResultType):
(JSC::Wasm::OMGIRGenerator::fillCallResults):
(JSC::Wasm::OMGIRGenerator::emitIndirectCall):
(JSC::Wasm::OMGIRGenerator::createCallPatchpoint):
(JSC::Wasm::OMGIRGenerator::addCall):

Canonical link: https://commits.webkit.org/285889@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

Reply via email to