]> git.ipfire.org Git - thirdparty/gcc.git/commit
S/390: Remove code duplication in vec_unordered<mode>
authoriii <iii@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2019 17:40:02 +0000 (17:40 +0000)
committeriii <iii@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Sep 2019 17:40:02 +0000 (17:40 +0000)
commit01d043c836d70c070df9fecf26db7f5a672b8adc
tree0bd502e04ec087c50a13b5973caa13fad203bec5
parent1d3b3ac6417fa75453245baf8605107591a1fb69
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  <iii@linux.ibm.com>

PR target/77918
* config/s390/vector.md (vec_unordered<mode>): Call
gen_vec_ordered<mode>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@276360 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/s390/vector.md