Re: RFC [2/3] divmod transform v2 - override expand_divmod_libfunc for ARM port

2016-10-28 Thread Kyrill Tkachov
On 27/10/16 14:31, Prathamesh Kulkarni wrote: On 26 October 2016 at 18:51, Kyrill Tkachov wrote: On 16/10/16 07:00, Prathamesh Kulkarni wrote: Hi, This patch overrides expand_divmod_libfunc hook for ARM port. I separated the SImode tests into separate file from DImode tests because certain ar

Re: RFC [2/3] divmod transform v2 - override expand_divmod_libfunc for ARM port

2016-10-27 Thread Prathamesh Kulkarni
On 26 October 2016 at 18:51, Kyrill Tkachov wrote: > > On 16/10/16 07:00, Prathamesh Kulkarni wrote: >> >> Hi, >> This patch overrides expand_divmod_libfunc hook for ARM port. >> I separated the SImode tests into separate file from DImode tests >> because certain arm configs (cortex-15) have hardw

Re: RFC [2/3] divmod transform v2 - override expand_divmod_libfunc for ARM port

2016-10-26 Thread Kyrill Tkachov
On 16/10/16 07:00, Prathamesh Kulkarni wrote: Hi, This patch overrides expand_divmod_libfunc hook for ARM port. I separated the SImode tests into separate file from DImode tests because certain arm configs (cortex-15) have hardware div insn for SImode but not for DImode, and for that config we w

Re: RFC [2/3] divmod transform v2 - override expand_divmod_libfunc for ARM port

2016-10-24 Thread Prathamesh Kulkarni
On 16 October 2016 at 11:30, Prathamesh Kulkarni wrote: > Hi, > This patch overrides expand_divmod_libfunc hook for ARM port. > I separated the SImode tests into separate file from DImode tests > because certain arm configs (cortex-15) have hardware div insn for > SImode but not for DImode, and fo

RFC [2/3] divmod transform v2 - override expand_divmod_libfunc for ARM port

2016-10-15 Thread Prathamesh Kulkarni
Hi, This patch overrides expand_divmod_libfunc hook for ARM port. I separated the SImode tests into separate file from DImode tests because certain arm configs (cortex-15) have hardware div insn for SImode but not for DImode, and for that config we want SImode tests to be disabled but not DImode te