https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77918
--- Comment #3 from iii at gcc dot gnu.org --- Author: iii Date: Mon Sep 30 17:40:02 2019 New Revision: 276360 URL: https://gcc.gnu.org/viewcvs?rev=276360&root=gcc&view=rev Log: S/390: Remove code duplication in vec_unordered<mode> vec_unordered<mode> is vec_ordered<mode> plus a negation at the end. Reuse vec_unordered<mode> logic. gcc/ChangeLog: 2019-09-30 Ilya Leoshkevich <i...@linux.ibm.com> PR target/77918 * config/s390/vector.md (vec_unordered<mode>): Call gen_vec_ordered<mode>. Modified: trunk/gcc/ChangeLog trunk/gcc/config/s390/vector.md