Re: [PATCH] Fix some of vect-avg-*.c testcases

2024-02-02 Thread Jeff Law
On 1/29/24 22:19, Andrew Pinski wrote: The vect-avg-*.c testcases are trying to make sure the AVG internal function are used and not doing promotion to `vector unsigned short` but when V4QI is implemented, `vector(2) unsigned short` shows up in the detail dump file and causes the failure. To f

[PATCH] Fix some of vect-avg-*.c testcases

2024-01-29 Thread Andrew Pinski
The vect-avg-*.c testcases are trying to make sure the AVG internal function are used and not doing promotion to `vector unsigned short` but when V4QI is implemented, `vector(2) unsigned short` shows up in the detail dump file and causes the failure. To fix this checking the optimized dump instead