[llvm] r254377 - Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces.

Cong Hou via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 13:53:32 PST 2015


Thanks a lot for providing the error message! This helps me to find
the bug and the fix is simple, which is submitted as r254463.

With the fix if the buildbot failure persists, I will revert my
original commit. I apologize for any inconvenience brought to you.
This is a relatively big patch and it is difficult to catch all bugs
during my local tests.


thanks,
Cong


On Tue, Dec 1, 2015 at 12:57 PM, Renato Golin <renato.golin at linaro.org> wrote:
> On 1 December 2015 at 19:10, Cong Hou <congh at google.com> wrote:
>> Hi Renato
>>
>> Sorry for breaking the test. Could you give me a link showing the
>> error message? I submitted a follow-up patch r254402 and after that I
>> haven't received any buildbot failure. Thank you!
>
> You haven't because the bot was already broken due to another failure. :)
>
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost-neon/builds/4422
>
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost/builds/6214
>
> http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/2912
>
> cheers,
> --renato


More information about the llvm-commits mailing list