[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 08:08:06 PST 2018


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

--- Comment #3 from Dominik Inführ <dinfuehr at igalia.com> ---
Hi, thanks for the review! If I am not mistaken, we don't need the opposite of a comparison here. What I am trying to do is replacing "branch if a >= sp to L1" with "branch if sp <= a to L1". I assume the problem is that I chose a pretty terrible name "armNegateOpcode" that implies negating the operation. I will change the name of this method to something more sensible.

-- 
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/1ddaafdc/attachment.html>


More information about the webkit-unassigned mailing list