cfgloopmanip.c
55.2 KB
-
middle-end/94964 - avoid EH loop entry with CP_SIMPLE_PREHEADERS · fb2b8bf3
Loop optimizers expect to be able to insert on the preheader edge w/o splitting it thus avoid ending up with a preheader that enters the loop via an EH edge (or an abnormal edge). 2020-05-06 Richard Biener <rguenther@suse.de> PR middle-end/94964 * cfgloopmanip.c (create_preheader): Require non-complex preheader edge for CP_SIMPLE_PREHEADERS.
Richard Biener committed