On Tue, Apr 27, 2021 at 06:46:16PM -0500, will schmidt wrote: > On Mon, 2021-04-26 at 09:36 -0700, Carl Love wrote: > > (rs6000_gimple_fold_builtin) [P10V_BUILTIN_VCMPEQUT, > > P10_BUILTIN_CMPNET, P10_BUILTIN_CMPGE_1TI, > > P10_BUILTIN_CMPGE_U1TI, P10_BUILTIN_VCMPGTUT, > > P10_BUILTIN_VCMPGTST, P10_BUILTIN_CMPLE_1TI, > > P10_BUILTIN_CMPLE_U1TI]: New case statements. > > No signs of P10_BUILTIN_CMPNET below. possibly P10V_BUILTIN_CMPNET? > S > ame through at least P10_BUILTIN_CMPLE_U1TI.
It is P10V_BUILTIN_CMPNET (note the V). Segher