On Mon, Jul 10, 2017 at 4:18 PM, Bin Cheng wrote:
> Hi,
> This patch fixes an ICE in new loop distribution code. When computing
> topological
> order for basic blocks it should record the max index of basic block, rather
> than
> number of basic blocks. I didn't add new test because existing t
Hi,
This patch fixes an ICE in new loop distribution code. When computing
topological
order for basic blocks it should record the max index of basic block, rather
than
number of basic blocks. I didn't add new test because existing tests can catch
the
ICE as well.
Bootstrap and test on x86_64.