]> git.ipfire.org Git - thirdparty/gcc.git/commit
rs6000: Add missing unsigned info for some P10 bifs
authorKewen Lin <linkw@linux.ibm.com>
Fri, 27 Aug 2021 01:23:17 +0000 (20:23 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Fri, 27 Aug 2021 01:23:17 +0000 (20:23 -0500)
commit2e64eec6719e596e7f095c977edcc63812be18a4
tree15168717fbff84a62f8e75c381b2b27a157b389d
parent5faf7120398c9bf290758891a975da1f727d631a
rs6000: Add missing unsigned info for some P10 bifs

This patch is to make prototypes of some Power10 built-in
functions consistent with what's in the documentation, as
well as the vector version.  Otherwise, useless conversions
can be generated in gimple IR, and the vectorized versions
will have inconsistent types.

gcc/ChangeLog:

* config/rs6000/rs6000-call.c (builtin_function_type): Add unsigned
signedness for some Power10 bifs.
gcc/config/rs6000/rs6000-call.c