Re: [PATCH, rs6000] altivec_resolve_overloaded_builtin fixes (PR target/81622)

2017-08-01 Thread Segher Boessenkool
On Tue, Aug 01, 2017 at 08:40:28AM +0200, Jakub Jelinek wrote: > Here is the variant patch. In addition to fixing the ICE for vec_ld, for > vec_st it just moves the premature computation of aligned to the point where > it is used and that is after we've also verified that the types of the call > a

Re: [PATCH, rs6000] altivec_resolve_overloaded_builtin fixes (PR target/81622)

2017-08-01 Thread Bill Schmidt
> On Aug 1, 2017, at 1:40 AM, Jakub Jelinek wrote: > > Hi! > > On Mon, Jul 31, 2017 at 02:42:21PM -0500, Bill Schmidt wrote: >>> On Jul 31, 2017, at 11:27 AM, Jakub Jelinek wrote: >>> On Mon, Jul 31, 2017 at 11:19:26AM -0500, Bill Schmidt wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?i

[PATCH, rs6000] altivec_resolve_overloaded_builtin fixes (PR target/81622)

2017-07-31 Thread Jakub Jelinek
Hi! On Mon, Jul 31, 2017 at 02:42:21PM -0500, Bill Schmidt wrote: > > On Jul 31, 2017, at 11:27 AM, Jakub Jelinek wrote: > > On Mon, Jul 31, 2017 at 11:19:26AM -0500, Bill Schmidt wrote: > >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81622 reports an > >> ICE-on-invalid > >> for the vec_ld an