On Fri, Oct 23, 2015 at 09:13:43AM -0400, Nathan Sidwell wrote: > You're correct that the SESE region could be split across a function > boundary in the manner you describe, but the complexity of dealing with > that in the backend's partitioning code would be high. Let's not try and > enable that from the get-go.
Sure, but then you probably need to tweak the fnsplit pass to guarantee that. Jakub