* Claudiu Zissulescu [2017-04-14 11:20:43
+]:
> Hi,
>
> > Andrew Burgess (2):
> > arc: Use @pcl assembler syntax instead of invalid expressions
> > arc: Fix for loop end detection
> >
>
> Both patches looks good to me.
Thanks committed as r246932 and r246933.
Andrew
Hi,
> Andrew Burgess (2):
> arc: Use @pcl assembler syntax instead of invalid expressions
> arc: Fix for loop end detection
>
Both patches looks good to me.
Claudiu
Found two issues with the ARC loop detection. The first generates
code that the current assembler can't handle, while the second causes
some loops to be missed.
--
Andrew Burgess (2):
arc: Use @pcl assembler syntax instead of invalid expressions
arc: Fix for loop end detection
gcc/ChangeLo