Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c

2017-11-22 Thread Sudakshina Das
org; nd; Ramana Radhakrishnan; Richard Earnshaw Subject: Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c On 20/11/17 14:14, Christophe Lyon wrote: Hi, On 17 November 2017 at 12:12, Kyrill Tkachov wrote: On 17/11/17 10:45, Sudi Das wrote: Hi Kyrill Thanks I have made the change. Th

Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c

2017-11-22 Thread Kyrill Tkachov
Add -mfloat-abi=hard option. From: Kyrill Tkachov Sent: Monday, November 20, 2017 2:20 PM To: Christophe Lyon Cc: Sudi Das; gcc-patches@gcc.gnu.org; nd; Ramana Radhakrishnan; Richard Earnshaw Subject: Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c On 20/11/17 14:14, Christophe Lyon wro

Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c

2017-11-22 Thread Sudi Das
; gcc-patches@gcc.gnu.org; nd; Ramana Radhakrishnan; Richard Earnshaw Subject: Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c   On 20/11/17 14:14, Christophe Lyon wrote: > Hi, > > On 17 November 2017 at 12:12, Kyrill  Tkachov > wrote: >> On 17/11/17 10:45, Sudi Das wr

Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c

2017-11-20 Thread Kyrill Tkachov
Sent: Thursday, November 16, 2017 5:03 PM To: Sudi Das; gcc-patches@gcc.gnu.org Cc: nd; Ramana Radhakrishnan; Richard Earnshaw Subject: Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c Hi Sudi, On 16/11/17 16:37, Sudi Das wrote: Hi This patch fixes the test case armv8_2-fp16-move-1.c for arm-none-

Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c

2017-11-20 Thread Christophe Lyon
;> Sudi >> >> >> >> From: Kyrill Tkachov >> Sent: Thursday, November 16, 2017 5:03 PM >> To: Sudi Das; gcc-patches@gcc.gnu.org >> Cc: nd; Ramana Radhakrishnan; Richard Earnshaw >> Subject: Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c >> >&g

Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c

2017-11-17 Thread Kyrill Tkachov
shnan; Richard Earnshaw Subject: Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c Hi Sudi, On 16/11/17 16:37, Sudi Das wrote: Hi This patch fixes the test case armv8_2-fp16-move-1.c for arm-none-linux-gnueabihf where 2 of the scan-assembler directives were failing. We now generate less vmov be

Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c

2017-11-17 Thread Sudi Das
Hi Kyrill Thanks I have made the change. Sudi From: Kyrill Tkachov Sent: Thursday, November 16, 2017 5:03 PM To: Sudi Das; gcc-patches@gcc.gnu.org Cc: nd; Ramana Radhakrishnan; Richard Earnshaw Subject: Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c   Hi Sudi, On 16/11/17 16:37, Sudi

Re: [PATCH][ARM] Fix test armv8_2-fp16-move-1.c

2017-11-16 Thread Kyrill Tkachov
Hi Sudi, On 16/11/17 16:37, Sudi Das wrote: Hi This patch fixes the test case armv8_2-fp16-move-1.c for arm-none-linux-gnueabihf where 2 of the scan-assembler directives were failing. We now generate less vmov between core and VFP registers. Thus changing those directives to reflect that.