Re: [PATCH v2 5/5] tests/tcg/ppc64le: Use Altivec register names in clobbler list

2022-03-03 Thread Richard Henderson
On 3/3/22 10:53, Matheus K. Ferst wrote: On 03/03/2022 16:30, Richard Henderson wrote: On 3/3/22 07:20, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst LLVM/Clang doesn't know the VSX registers when compiling with -mabi=elfv1. Use only registers >= 32 and list them with their Altivec

Re: [PATCH v2 5/5] tests/tcg/ppc64le: Use Altivec register names in clobbler list

2022-03-03 Thread Matheus K. Ferst
On 03/03/2022 16:30, Richard Henderson wrote: On 3/3/22 07:20, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst LLVM/Clang doesn't know the VSX registers when compiling with -mabi=elfv1. Use only registers >= 32 and list them with their Altivec name. Signed-off-by: Matheus Ferst Th

Re: [PATCH v2 5/5] tests/tcg/ppc64le: Use Altivec register names in clobbler list

2022-03-03 Thread Richard Henderson
On 3/3/22 07:20, matheus.fe...@eldorado.org.br wrote: From: Matheus Ferst LLVM/Clang doesn't know the VSX registers when compiling with -mabi=elfv1. Use only registers >= 32 and list them with their Altivec name. Signed-off-by: Matheus Ferst This description isn't quite right. The change t

[PATCH v2 5/5] tests/tcg/ppc64le: Use Altivec register names in clobbler list

2022-03-03 Thread matheus . ferst
From: Matheus Ferst LLVM/Clang doesn't know the VSX registers when compiling with -mabi=elfv1. Use only registers >= 32 and list them with their Altivec name. Signed-off-by: Matheus Ferst --- tests/tcg/ppc64le/non_signalling_xscv.c | 16 1 file changed, 8 insertions(+), 8 dele