https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121130

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rdapp at gcc dot gnu.org,
                   |                            |rguenth at gcc dot gnu.org
           Priority|P3                          |P2

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
t.c:3:28: note: node 0x4b89f80 (max_nunits=16, refcnt=1) vector(16) char
t.c:3:28: note: op template: _1 = .MASK_CALL (w7, _20);
t.c:3:28: note:         stmt 0 _1 = .MASK_CALL (w7, _20);
t.c:3:28: note:         children 0x4b8a010

It looks like vectorizable_call is not supposed to handle .MASK_CALL?  But
I see no early out for that.

Reply via email to