On Sun, May 13, 2012 at 10:45 AM, Eric Botcazou wrote:
> Hi,
>
> this patch has been in our tree for a while and helps in Ada where you can do
> block assignments to structures at will. I've attached a C testcase. The
> unpatch compiler generates for it on PowerPC at -O2:
>
> foo:
> lis 1
Hi,
this patch has been in our tree for a while and helps in Ada where you can do
block assignments to structures at will. I've attached a C testcase. The
unpatch compiler generates for it on PowerPC at -O2:
foo:
lis 10,s@ha
li 8,27
la 9,s@l(10)
stb 8,s@l(10)