[llvm] r267206 - [AArch64] Fix optimizeCondBranch logic.

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 23 12:38:06 PDT 2016


On 22 April 2016 at 21:09, Quentin Colombet via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: qcolombet
> Date: Fri Apr 22 15:09:58 2016
> New Revision: 267206
>
> URL: http://llvm.org/viewvc/llvm-project?rev=267206&view=rev
> Log:
> [AArch64] Fix optimizeCondBranch logic.

Hi Quentin,

Through bisecting, I found that this commit broke self-hosting on AArch64 Linux:

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/1886

Since this is a build failure, I took the liberty to revert in r267294.

Let me know if you need anything to help you debug what the problem was.

cheers,
--renato


More information about the llvm-commits mailing list