qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 00/26] Hexagon (target/hexagon) update


From: Richard Henderson
Subject: Re: [PATCH v4 00/26] Hexagon (target/hexagon) update
Date: Wed, 28 Apr 2021 14:12:59 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/8/21 6:07 PM, Taylor Simpson wrote:
This patch series is a significant update for the Hexagon target
     The first 16 patches address feedback from Richard Henderson
     <richard.henderson@linaro.org>  and Philippe Mathieu-Daud�<f4bug@amsat.org>
     The next 10 patches add the remaining instructions for the Hexagon
     scalar core

The patches are logically independent but are organized as a series to
avoid potential conflicts if they are merged out of order.

Note that the new test cases require an updated toolchain/container.

https://gitlab.com/rth7680/qemu/-/jobs/1216248227

The clang-user job errors out with


../target/hexagon/genptr.c:31:20: error: unused function 'gen_read_reg' 
[-Werror,-Wunused-function]
static inline TCGv gen_read_reg(TCGv result, int num)
                   ^
../target/hexagon/genptr.c:322:20: error: unused function 'gen_set_byte' 
[-Werror,-Wunused-function]
static inline void gen_set_byte(int N, TCGv result, TCGv src)
                   ^


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]