on 2021/8/11 下午1:44, Kewen.Lin via Gcc-patches wrote: > Hi, > > 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. > > Bootstrapped & regtested on powerpc64le-linux-gnu P9 and > powerpc64-linux-gnu P8. > > Is it ok for trunk? >
This has been approved by Segher offline, thanks Segher! Committed in r12-3179. BR, Kewen > BR, > Kewen > ----- > gcc/ChangeLog: > > * config/rs6000/rs6000-call.c (builtin_function_type): Add unsigned > signedness for some Power10 bifs. >