]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/97357 - avoid abnormals in loop splitting conditions
authorRichard Biener <rguenther@suse.de>
Mon, 12 Oct 2020 06:51:05 +0000 (08:51 +0200)
committerRichard Biener <rguenther@suse.de>
Mon, 12 Oct 2020 06:53:00 +0000 (08:53 +0200)
commite293967739f8ac5341ad4e2121f9d87b67499008
tree34ec516cb6c23888210c6cf776c400a96a610a81
parent67baa11f68e72cf562c491a8107bcdf3f1d6fc9b
tree-optimization/97357 - avoid abnormals in loop splitting conditions

This avoids abnormals in another place.

2020-10-12  Richard Biener  <rguenther@suse.de>

PR tree-optimization/97357
* tree-ssa-loop-split.c (ssa_semi_invariant_p): Abnormal
SSA names are not semi invariant.

* gcc.dg/pr97357.c: New testcase.
gcc/testsuite/gcc.dg/pr97357.c [new file with mode: 0644]
gcc/tree-ssa-loop-split.c