[llvm] r252057 - [ARM] Combine CMOV into BFI where possible
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 7 08:50:14 PST 2015
On 4 November 2015 at 16:55, James Molloy via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: jamesm
> Date: Wed Nov 4 10:55:07 2015
> New Revision: 252057
>
> URL: http://llvm.org/viewvc/llvm-project?rev=252057&view=rev
> Log:
> [ARM] Combine CMOV into BFI where possible
Hi James,
I believe this commit may have broken all self-hosting ARM bots. It
did pass on its run, but it also accused on my bisect. I'm running a
trunk build without your commit to make sure.
I think it didn't pick up because the new stage1 may not have compiled
the problematic file in stage2 due to dependencies, which only shown
later. If that's the case, then I'll have to rely only on ccache and
not dirty builds, at least on self-hosting bots.
I'll let you know.
cheers,
--renato
More information about the llvm-commits
mailing list