1 ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s --check-prefix=ELF64
3 define zeroext i1 @testi1(i8 %in) nounwind {
6 br i1 %c, label %true, label %false
13 ; ELF64-NOT: li {{[0-9]+}}, -1
14 ; ELF64: li {{[0-9]+}}, 1
19 ; ELF64: li {{[0-9]+}}, 0
22 %r = phi i1 [ 0, %false], [ 1, %true ]