[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-09 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 --- Comment #11 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:da2bf62d9e2a25f2d6a99176144c250b51fbdee7 commit r12-7127-gda2bf62d9e2a25f2d6a99176144c250b51fbdee7 Author: Richard Biener Date:

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 --- Comment #10 from Richard Biener --- (In reply to Uroš Bizjak from comment #9) > (In reply to rguent...@suse.de from comment #8) > > > (In reply to Richard Biener from comment #6) > > > > We are missing vec_extractv2sisi or vec_extractv8qiv4q

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-09 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 --- Comment #9 from Uroš Bizjak --- (In reply to rguent...@suse.de from comment #8) > > (In reply to Richard Biener from comment #6) > > > We are missing vec_extractv2sisi or vec_extractv8qiv4qi, with -mno-mmx > > > -mavx. > > > It seems we hav

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-09 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 --- Comment #8 from rguenther at suse dot de --- On Wed, 9 Feb 2022, ubizjak at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 > > --- Comment #7 from Uroš Bizjak --- > (In reply to Richard Biener from comment #6)

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-09 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 --- Comment #7 from Uroš Bizjak --- (In reply to Richard Biener from comment #6) > We are missing vec_extractv2sisi or vec_extractv8qiv4qi, with -mno-mmx -mavx. > It seems we have addv2si3 available though. vec_extractv2sisi is available in mmx

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 --- Comment #6 from Richard Biener --- (In reply to Uroš Bizjak from comment #5) > We do have: > > (define_expand "vec_extractv4qiqi" > [(match_operand:QI 0 "register_operand") >(match_operand:V4QI 1 "register_operand") >(match_operan

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-09 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 --- Comment #5 from Uroš Bizjak --- We do have: (define_expand "vec_extractv4qiqi" [(match_operand:QI 0 "register_operand") (match_operand:V4QI 1 "register_operand") (match_operand 2 "const_int_operand")] "TARGET_SSE4_1" { ix86_expa

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 Richard Biener changed: What|Removed |Added CC||uros at gcc dot gnu.org --- Comment #4

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Priority|P3

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 Andrew Pinski changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug tree-optimization/104445] [12 Regression] ICE in vect_create_partial_epilog, at tree-vect-loop.cc:5098

2022-02-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104445 Andrew Pinski changed: What|Removed |Added Component|c |tree-optimization Target Milestone|--