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
     <[email protected]>  and Philippe Mathieu-Daud�<[email protected]>
     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