RE: [PATCH 1/4] [ARC] Various fixes.

2016-11-17 Thread Claudiu Zissulescu
gt; Cc: Claudiu Zissulescu <claz...@synopsys.com>; > francois.bed...@synopsys.com; andrew.burg...@embecosm.com > Subject: [PATCH 1/4] [ARC] Various fixes. > > The ifconversion was failing because a move involving the lp_count was > not match by movsi_ne. This patch updates

[PATCH 1/4] [ARC] Various fixes.

2016-11-16 Thread Claudiu Zissulescu
The ifconversion was failing because a move involving the lp_count was not match by movsi_ne. This patch updates the constraints such that movsi_ne will match. The failing test is dg-torture.exp=pr68955.c for archs and without small data. gcc/ 2016-07-11 Claudiu Zissulescu