[Webkit-unassigned] [Bug 183286] [ARM] Assembler warnings: "use of r13 is deprecated"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 07:35:55 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=183286

--- Comment #2 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 334895
  --> https://bugs.webkit.org/attachment.cgi?id=334895
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=334895&action=review

> Source/JavaScriptCore/offlineasm/arm.rb:230
> +                when "aeq" then "beq"

Shouldn't the opposite of >= be < i.e "b", not "beq"?  Please double check.

> Source/JavaScriptCore/offlineasm/arm.rb:232
> +                when "beq" then "aeq"

Ditto: opposite of "beq" is "a"

> Source/JavaScriptCore/offlineasm/arm.rb:234
> +                when "gteq" then "lteq"

Ditto: opposite of "gteq" is "lt".

> Source/JavaScriptCore/offlineasm/arm.rb:236
> +                when "lteq" then "gteq"

Ditto: opposite of "lteq" is "gt".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180306/20e57e03/attachment.html>


More information about the webkit-unassigned mailing list