Re: [PATCH v4 5/7] S/390: Remove code duplication in vec_* comparison expanders

2019-10-01 Thread Andreas Krebbel
On 01.10.19 15:27, Ilya Leoshkevich wrote: > s390.md uses a lot of near-identical expanders that perform dispatching > to other expanders based on operand types. Since the following patch > would require even more of these, avoid copy-pasting the code by > generating these expanders using an iterat

[PATCH v4 5/7] S/390: Remove code duplication in vec_* comparison expanders

2019-10-01 Thread Ilya Leoshkevich
s390.md uses a lot of near-identical expanders that perform dispatching to other expanders based on operand types. Since the following patch would require even more of these, avoid copy-pasting the code by generating these expanders using an iterator. gcc/ChangeLog: 2019-08-09 Ilya Leoshkevich