Re: [PATCH, i386]: Correctly handle maximum size of stringop algorithm in decide_alg

2014-06-09 Thread Richard Henderson
On 06/02/2014 02:32 PM, Uros Bizjak wrote: > + * config/i386/i386.c (decide_alg): Correctly handle maximum size of > + stringop algorithm. Looks good. r~

Re: [PATCH, i386]: Correctly handle maximum size of stringop algorithm in decide_alg

2014-06-09 Thread Uros Bizjak
Ping. On Mon, Jun 2, 2014 at 11:12 PM, Uros Bizjak wrote: > Hello! > > A problem was uncovered by -march=corei7 -mtune=intel -m32 with > i386/memcpy-[23] testcase in decide_alg subroutine [1]. Although the > max size of the transfer was known, the memcpy was not inlined, as > expected by the test

Re: [PATCH, i386]: Correctly handle maximum size of stringop algorithm in decide_alg

2014-06-02 Thread Uros Bizjak
On Mon, Jun 2, 2014 at 11:12 PM, Uros Bizjak wrote: > A problem was uncovered by -march=corei7 -mtune=intel -m32 with > i386/memcpy-[23] testcase in decide_alg subroutine [1]. Although the > max size of the transfer was known, the memcpy was not inlined, as > expected by the testcase. > > The cor