public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/114799] [14 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85 with -O2  -fno-vect-cost-model since r14-9316
Date: Mon, 22 Apr 2024 11:54:22 +0000	[thread overview]
Message-ID: <bug-114799-4-QtMwP20DZl@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-114799-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
_10 is created during pattern recognition:
patt_10 = (unsigned short) y.0_1;

#0  vect_convert_input (vinfo=0x3a883e0, stmt_info=0x3be5410,
type=<integer_type 0x7fffea2db540>, unprom=0x7fffffffcc80, vectype=<vector_type
0x7fffea2db930>, subtype=optab_default)
    at ../../gcc/tree-vect-patterns.cc:926
#1  0x00000000026dcede in vect_convert_inputs (vinfo=0x3a883e0,
stmt_info=0x3be5410, n=2, result=0x7fffffffcc50, type=<integer_type
0x7fffea2db540>, unprom=0x7fffffffcc80, 
    vectype=<vector_type 0x7fffea2db930>, subtype=optab_default) at
../../gcc/tree-vect-patterns.cc:977
#2  0x00000000026e35f5 in vect_recog_over_widening_pattern (vinfo=0x3a883e0,
last_stmt_info=0x3be5410, type_out=0x7fffffffce48) at
../../gcc/tree-vect-patterns.cc:3155
#3  0x00000000026f250a in vect_pattern_recog_1 (vinfo=0x3a883e0,
recog_func=0x385ae30 <vect_vect_recog_func_ptrs+48>, stmt_info=0x3be5410) at
../../gcc/tree-vect-patterns.cc:7181
#4  0x00000000026f29fb in vect_pattern_recog (vinfo=0x3a883e0) at
../../gcc/tree-vect-patterns.cc:7338
#5  0x00000000011663ac in vect_slp_analyze_bb_1 (bb_vinfo=0x3a883e0, n_stmts=9,
fatal=@0x7fffffffd2cb: false, Python Exception <class 'gdb.error'>: There is no
member or method named m_vecpfx.
dataref_groups=0x7fffffffd760) at ../../gcc/tree-vect-slp.cc:7722
#6  0x00000000011668b6 in vect_slp_region (bbs=..., datarefs=..., Python
Exception <class 'gdb.error'>: There is no member or method named m_vecpfx.
dataref_groups=0x7fffffffd760, n_stmts=9, orig_loop=0x0) at
../../gcc/tree-vect-slp.cc:7831
#7  0x000000000116791f in vect_slp_bbs (bbs=..., orig_loop=0x0) at
../../gcc/tree-vect-slp.cc:8042

Unfortunately, I'm afraid I know next to nothing about SLP handling of
patterns, just loop vectorization :(

  parent reply	other threads:[~2024-04-22 11:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-22  5:15 [Bug tree-optimization/114799] New: [14 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85 with -O2 -fno-tree-forwprop -fvect-cost-model=unlimited zsojka at seznam dot cz
2024-04-22  5:30 ` [Bug tree-optimization/114799] " pinskia at gcc dot gnu.org
2024-04-22  5:30 ` pinskia at gcc dot gnu.org
2024-04-22  5:31 ` pinskia at gcc dot gnu.org
2024-04-22  5:31 ` [Bug tree-optimization/114799] [14 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85 with -O2 -fno-vect-cost-model pinskia at gcc dot gnu.org
2024-04-22  7:14 ` [Bug tree-optimization/114799] [14 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85 with -O2 -fno-vect-cost-model since r14-9316 jakub at gcc dot gnu.org
2024-04-22 11:54 ` jakub at gcc dot gnu.org [this message]
2024-04-22 19:26 ` rguenth at gcc dot gnu.org
2024-04-23  6:36 ` rguenth at gcc dot gnu.org
2024-04-23  8:23 ` cvs-commit at gcc dot gnu.org
2024-04-23  8:25 ` [Bug tree-optimization/114799] [13 " rguenth at gcc dot gnu.org
2024-05-06 13:15 ` cvs-commit at gcc dot gnu.org
2024-05-06 13:17 ` rguenth at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-114799-4-QtMwP20DZl@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).