> Could you rebase this onto the current head please. I couldn't get
> this to merge cleanly.
>
Sure, I will come back to you asap.
//Claudiu
* Claudiu Zissulescu [2016-04-26 13:28:58
+0200]:
> The compact casesi option only make sens for ARCv1 cores. For ARCv2 cores we
> use the regular expansion.
>
> OK to apply?
Claudiu,
Could you rebase this onto the current head please. I couldn't get
this to merge cleanly.
Thanks,
Andrew
PING
> -Original Message-
> From: Claudiu Zissulescu
> Sent: Tuesday, April 26, 2016 1:29 PM
> To: gcc-patches@gcc.gnu.org
> Cc: Claudiu Zissulescu ; g...@amylaar.uk;
> francois.bed...@synopsys.com; jeremy.benn...@embecosm.com
> Subject: [PATCH] [ARC] Fix emitting
The compact casesi option only make sens for ARCv1 cores. For ARCv2 cores we
use the regular expansion.
OK to apply?
Claudiu
gcc/
2016-04-26 Claudiu Zissulescu
* common/config/arc/arc-common.c (arc_option_optimization_table):
Disable compact casesi as default option.
*