https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |14.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164
--- Comment #6 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:a19ab1c42aba47fbfb122a6160f504565aef0943
commit r14-9295-ga19ab1c42aba47fbfb122a6160f504565aef0943
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164
--- Comment #5 from Richard Biener ---
The following fixes this, it also shows that even with -mavx2 we don't support
this (as was expected after the analysis). Note since we emit
mask ? {true,..} : {false,...} we only support in-branch clones
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164
Hongtao Liu changed:
What|Removed |Added
CC||liuhongt at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164
--- Comment #2 from Jakub Jelinek ---
(In reply to Richard Biener from comment #1)
> I'm not sure who's responsible to reject this, whether the vectorizer can
> expect there's a way to create the mask arguments when the simdclone is
> marked usa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114164
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*
CC|