Re: [PATCH PR82472]Update postorder number for merged partition.

2017-10-11 Thread Richard Biener
On Wed, Oct 11, 2017 at 12:06 PM, Bin Cheng wrote: > Hi, > This patch fixes the reported ICE. Root cause is postorder number is not > updated > after merging partitions in SCC. As a result, reduction partition may not be > scheduled > as the last one because partitions are sorted in descending

[PATCH PR82472]Update postorder number for merged partition.

2017-10-11 Thread Bin Cheng
Hi, This patch fixes the reported ICE. Root cause is postorder number is not updated after merging partitions in SCC. As a result, reduction partition may not be scheduled as the last one because partitions are sorted in descending postorder. Bootstrap and test on x86_64 and AArch64. Is it OK?