1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-unknown \
3 ; RUN: -ppc-asm-full-reg-names < %s | FileCheck %s
5 @bar = external constant i64, align 8
9 ; CHECK: # %bb.0: # %entry
10 ; CHECK-NEXT: li r3, 0
16 br i1 undef, label %true, label %false
25 %a = phi i1 [ icmp ugt (i64 0, i64 ptrtoint (ptr @bar to i64)), %true ],
26 [ icmp ugt (i64 0, i64 2), %false ]