tree-optimization/112366 - remove assert for failed live lane code gen
commitc0cf9b78573d3d353f22e5dd1c32fecdbca703b8
authorRichard Biener <rguenther@suse.de>
Fri, 3 Nov 2023 10:31:37 +0000 (3 11:31 +0100)
committerRichard Biener <rguenther@suse.de>
Fri, 3 Nov 2023 11:01:02 +0000 (3 12:01 +0100)
tree9b939302e9eb5e2f7e83d9c2830c3b9d4ff5be07
parent3881d010dca9b5db5301f28e4a1e3a8e4bc40faa
tree-optimization/112366 - remove assert for failed live lane code gen

The following removes a bogus assert constraining the uses that
could appear when a built from scalar defs SLP node constrains
code generation in a way so earlier uses of the vector CTOR
components fail to get vectorized.  We can't really constrain the
operation such use appears in.

PR tree-optimization/112366
* tree-vect-loop.cc (vectorizable_live_operation): Remove
assert.
gcc/tree-vect-loop.cc