Re: [PATCH] testsuite: Tests the pattern folding x/sqrt(x) to sqrt(x) for Float16

2024-07-10 Thread Richard Biener
On Wed, 10 Jul 2024, Richard Sandiford wrote: > Richard Sandiford writes: > > Jennifer Schmitz writes: > >> As a follow-up to adding a pattern that folds x/sqrt(x) to sqrt(x) in > >> match.pd, this patch adds a test case for type Float16 for armv8.2-a+fp16. > >> > >> The patch was bootstrapped

Re: [PATCH] testsuite: Tests the pattern folding x/sqrt(x) to sqrt(x) for Float16

2024-07-10 Thread Richard Sandiford
Richard Sandiford writes: > Jennifer Schmitz writes: >> As a follow-up to adding a pattern that folds x/sqrt(x) to sqrt(x) in >> match.pd, this patch adds a test case for type Float16 for armv8.2-a+fp16. >> >> The patch was bootstrapped and regtested on aarch64-linux-gnu, no regression. >> Ok fo

Re: [PATCH] testsuite: Tests the pattern folding x/sqrt(x) to sqrt(x) for Float16

2024-07-10 Thread Richard Sandiford
Jennifer Schmitz writes: > As a follow-up to adding a pattern that folds x/sqrt(x) to sqrt(x) in > match.pd, this patch adds a test case for type Float16 for armv8.2-a+fp16. > > The patch was bootstrapped and regtested on aarch64-linux-gnu, no regression. > Ok for mainline? > > Signed-off-by: Jen

Re: [PATCH] testsuite: Tests the pattern folding x/sqrt(x) to sqrt(x) for Float16

2024-07-10 Thread Kyrylo Tkachov
Hi Jennifer, > On 9 Jul 2024, at 14:07, Jennifer Schmitz wrote: > > As a follow-up to adding a pattern that folds x/sqrt(x) to sqrt(x) in > match.pd, this patch adds a test case for type Float16 for armv8.2-a+fp16. > > The patch was bootstrapped and regtested on aarch64-linux-gnu, no regressio

[PATCH] testsuite: Tests the pattern folding x/sqrt(x) to sqrt(x) for Float16

2024-07-09 Thread Jennifer Schmitz
As a follow-up to adding a pattern that folds x/sqrt(x) to sqrt(x) in match.pd, this patch adds a test case for type Float16 for armv8.2-a+fp16. The patch was bootstrapped and regtested on aarch64-linux-gnu, no regression. Ok for mainline? Signed-off-by: Jennifer Schmitz gcc/testsuite/ * gcc.