[llvm] r280610 - Fix inliner funclet unwind memoization

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 03:42:50 PDT 2016


On 6 September 2016 at 02:09, Joseph Tremoulet <jotrem at microsoft.com> wrote:
> The error message in log you linked to [1] indicates an assertion failure,
> but the failing assertion is one that the commit below *removed*.  It's what
> you would see if somehow the bot picked up the change this commit made to
> file llvm/trunk/test/Transforms/Inline/inline-funclets.ll without also
> picking up the change it made to file
> llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp.

It was bad sync, the bots were fixed later. Sorry for the noise.

thanks!
--renato


More information about the llvm-commits mailing list