https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117307
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P1
Ever confirmed|0 |1
Last reconfirmed| |2024-10-28
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed. SLP_TREE_VECTYPE is unset on
t.c:4:6: note: node 0x4bd7c80 (max_nunits=1, refcnt=1)
t.c:4:6: note: op: VEC_PERM_EXPR
t.c:4:6: note: stmt 0 _50 = _49 & _75;
t.c:4:6: note: stmt 1 _50 = _49 & _75;
t.c:4:6: note: lane permutation { 0[0] 0[0] }
t.c:4:6: note: children 0x4bd79b0
the child is
t.c:4:6: note: node 0x4bd79b0 (max_nunits=16, refcnt=3) vector(16)
<signed-boolean:1>
t.c:4:6: note: op template: _50 = _49 & _75;
t.c:4:6: note: stmt 0 _50 = _49 & _75;
t.c:4:6: note: children 0x4bd7a40 0x4bd7d10
and the parent
t.c:4:6: note: node 0x4bd7bf0 (max_nunits=16, refcnt=2) vector(16) float
t.c:4:6: note: op template: _8 = .MASK_LOAD (b_lsm.15_16, 32B, _50);
t.c:4:6: note: stmt 0 _8 = .MASK_LOAD (b_lsm.15_16, 32B, _50);
t.c:4:6: note: stmt 1 _7 = .MASK_LOAD (_73, 32B, _75);
t.c:4:6: note: children 0x4bd7c80
I will have a look.