[webkit-changes] [WebKit/WebKit] 763fae: Fix call conditions for callDivModHelper

aoikonomopoulos noreply at github.com
Thu Jul 18 01:03:16 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 763fae7003a7ecb8ed1547cbe4015c95211860f0
      https://github.com/WebKit/WebKit/commit/763fae7003a7ecb8ed1547cbe4015c95211860f0
  Author: Angelos Oikonomopoulos <angelos at igalia.com>
  Date:   2024-07-18 (Thu, 18 Jul 2024)

  Changed paths:
    M Source/JavaScriptCore/b3/B3LowerMacros.cpp

  Log Message:
  -----------
  Fix call conditions for callDivModHelper
https://bugs.webkit.org/show_bug.cgi?id=276739

Reviewed by Justin Michaud.

We need to use callDivModHelper both for Int64 and Int32 values.

While here, try to avoid #ifdefs in the middle of a function body and
also opt in to the existing implementation for FMin/FMax.

* Source/JavaScriptCore/b3/B3LowerMacros.cpp:

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