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~
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
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