]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/tree-vect-slp.c
Remove restriction of SLP vectorizing internal function calls
[gcc.git] / gcc / tree-vect-slp.c
index 709bcb636864f5b5b5289556f043c1f4cd273a81..eff46405e8712fb50638cceca107ee40a647409e 100644 (file)
@@ -975,7 +975,6 @@ vect_build_slp_tree_1 (vec_info *vinfo, unsigned char *swap,
                        (gimple_call_internal_fn (call_stmt))))
                   || gimple_call_tail_p (call_stmt)
                   || gimple_call_noreturn_p (call_stmt)
-                  || !gimple_call_nothrow_p (call_stmt)
                   || gimple_call_chain (call_stmt))
            {
              if (dump_enabled_p ())
This page took 0.029116 seconds and 5 git commands to generate.