Re: [PATCH] Remove bogus assertion from the vectorizer (PR tree-optimization/55110)

2012-11-27 Thread Richard Biener
On Tue, Nov 27, 2012 at 2:23 PM, Jakub Jelinek wrote: > Hi! > > This patch removes a bogus assertion (that predates introduction > of STMT_VINFO_PATTERN_DEF_SEQ (and STMT_VINFO_PATTERN_DEF_STMT > before that) in 4.7). stmt might be not just STMT_VINFO_RELATED_STMT > of orig_stmt, bt also could be

[PATCH] Remove bogus assertion from the vectorizer (PR tree-optimization/55110)

2012-11-27 Thread Jakub Jelinek
Hi! This patch removes a bogus assertion (that predates introduction of STMT_VINFO_PATTERN_DEF_SEQ (and STMT_VINFO_PATTERN_DEF_STMT before that) in 4.7). stmt might be not just STMT_VINFO_RELATED_STMT of orig_stmt, bt also could be anywhere in STMT_VINFO_PATTERN_DEF_SEQ of it. We don't vectorize