[Webkit-unassigned] [Bug 151214] CheckAdd/Mul should have commutativity optimizations in B3->Air lowering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 16:10:47 PST 2015


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

--- Comment #2 from Filip Pizlo <fpizlo at apple.com> ---
While doing this and talking to Ben, I realized that we need to have the notion of a LateUse: a Use that happens after all relevant Def's, i.e. it appears like it's a Use on the instruction following this one.  We need this to handle:

- CheckAdd(@x, @x)
- CheckMul(@x, @y) where the register allocator uses the same register for the result as for the inputs

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151117/332c0f0c/attachment.html>


More information about the webkit-unassigned mailing list