[llvm] r241570 - [IR] Make getFirstNonPHI return null if the BB is empty

Renato Golin renato.golin at linaro.org
Tue Jul 7 07:27:05 PDT 2015


On 7 July 2015 at 10:15, David Majnemer <david.majnemer at gmail.com> wrote:
> Author: majnemer
> Date: Tue Jul  7 04:15:29 2015
> New Revision: 241570
>
> URL: http://llvm.org/viewvc/llvm-project?rev=241570&view=rev
> Log:
> [IR] Make getFirstNonPHI return null if the BB is empty

Hi David,

It is possible that your commit broke both ARM and AArch64 self-hosting bots:

http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/1601
http://lab.llvm.org:8011/builders/clang-native-aarch64-full/builds/1818

I'm running some tests locally to try and isolate the problem. I'll
let you know as soon as I have more info.

cheers,
--renato



More information about the llvm-commits mailing list