Re: [PATCH 1/2] RISC-V: Add tests for cpymemsi expansion

2024-05-16 Thread Christoph Müllner
On Wed, May 15, 2024 at 10:22 PM Patrick O'Neill wrote: > > > On 5/14/24 22:00, Christoph Müllner wrote: > > On Fri, May 10, 2024 at 6:01 AM Patrick O'Neill wrote: > > Hi Christoph, > > cpymemsi-1.c fails on a subset of newlib targets. > > "UNRESOLVED: gcc.target/riscv/cpymemsi-1.c -O0

Re: [PATCH 1/2] RISC-V: Add tests for cpymemsi expansion

2024-05-15 Thread Patrick O'Neill
On 5/14/24 22:00, Christoph Müllner wrote: On Fri, May 10, 2024 at 6:01 AM Patrick O'Neill wrote: Hi Christoph, cpymemsi-1.c fails on a subset of newlib targets. "UNRESOLVED: gcc.target/riscv/cpymemsi-1.c -O0 compilation failed to produce executable" Full list of failing targets here

Re: [PATCH 1/2] RISC-V: Add tests for cpymemsi expansion

2024-05-14 Thread Christoph Müllner
On Fri, May 10, 2024 at 6:01 AM Patrick O'Neill wrote: > > Hi Christoph, > > cpymemsi-1.c fails on a subset of newlib targets. > > "UNRESOLVED: gcc.target/riscv/cpymemsi-1.c -O0 compilation failed to > produce executable" > > Full list of failing targets here (New Failures section): >

Re: [PATCH 1/2] RISC-V: Add tests for cpymemsi expansion

2024-05-09 Thread Patrick O'Neill
Hi Christoph, cpymemsi-1.c fails on a subset of newlib targets. "UNRESOLVED: gcc.target/riscv/cpymemsi-1.c   -O0  compilation failed to produce executable" Full list of failing targets here (New Failures section): https://github.com/patrick-rivos/gcc-postcommit-ci/issues/906 Thanks,

Re: [PATCH 1/2] RISC-V: Add tests for cpymemsi expansion

2024-05-08 Thread Jeff Law
On 5/7/24 11:52 PM, Christoph Müllner wrote: cpymemsi expansion was available for RISC-V since the initial port. However, there are not tests to detect regression. This patch adds such tests. Three of the tests target the expansion requirements (known length and alignment). One test reuses

[PATCH 1/2] RISC-V: Add tests for cpymemsi expansion

2024-05-07 Thread Christoph Müllner
cpymemsi expansion was available for RISC-V since the initial port. However, there are not tests to detect regression. This patch adds such tests. Three of the tests target the expansion requirements (known length and alignment). One test reuses an existing memcpy test from the by-pieces