[llvm] r254377 - Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 1 07:02:35 PST 2015
On 1 December 2015 at 05:29, Cong Hou via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: conghou
> Date: Mon Nov 30 23:29:22 2015
> New Revision: 254377
>
> URL: http://llvm.org/viewvc/llvm-project?rev=254377&view=rev
> Log:
> Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.
>
> (This is the second attempt to submit this patch. The first caused two assertion
> failures and was reverted. See https://llvm.org/bugs/show_bug.cgi?id=25687)
Hi Hou,
The first patch has broken ARM and this one has broken it again,
self-hosting and test-suite.
Can you please revert until we can understand what's going on?
thanks,
--renato
More information about the llvm-commits
mailing list