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
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?