[PATCH] Re-enable movw/movt on iOS static platforms

Renato Golin renato.golin at linaro.org
Fri Nov 22 11:35:31 PST 2013


On 22 November 2013 19:04, Tim Northover <t.p.northover at gmail.com> wrote:

> D=0, S=0 => orig = D == !S = false, new = D || S = false
> D=0, S=1 => orig = D == !S = true, new = D || S = true
> D=1, S=0 => orig = D == !S = true, new = D || S = true
> D=1, S=1 => orig = D == !S = false, new = D || S = true (but that's
> the whole point).
>

I should have done that myself before commenting... sigh... I'm a bit slow
today, sorry! ;)

LGTM.

--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131122/0ff50bef/attachment.html>


More information about the llvm-commits mailing list