Re: [PATCH v1] rs6000: Restore opaque overload variant for correct diagnostics

2025-07-09 Thread Kishan Parmar
Ping! please review. Thanks & Regards Kishan On 05/06/25 12:36 pm, Kishan Parmar wrote: > Hi All, > > The following patch has been bootstrapped and regtested on powerpc64le-linux. > > After r12-5752-gd08236359eb229, a new bif infrastructure was introduced > which stopped using opaque vector type

[PATCH v1] rs6000: Restore opaque overload variant for correct diagnostics

2025-06-05 Thread Kishan Parmar
Hi All, The following patch has been bootstrapped and regtested on powerpc64le-linux. After r12-5752-gd08236359eb229, a new bif infrastructure was introduced which stopped using opaque vector types (e.g. opaque_V4SI_type_node) for overloaded built-in functions, which led to incorrect and misleadi

[PATCH v1] rs6000: Restore opaque overload variant for correct diagnostics

2025-05-26 Thread Kishan Parmar
Hi All, The following patch has been bootstrapped and regtested on powerpc64le-linux. After r12-5752-gd08236359eb229, a new bif infrastructure was introduced which stopped using opaque vector types (e.g. opaque_V4SI_type_node) for overloaded built-in functions, which led to incorrect and misleadi