1 ; RUN: llc -march=hexagon < %s | FileCheck %s
3 ; Make sure that the result is not a compile-time constant.
5 define i64 @foo(i32 %x) {
7 %c = icmp slt i32 %x, 17
8 br i1 %c, label %b1, label %b2
12 %p = phi i32 [ 1, %entry ], [ 0, %b1 ]
14 %y = zext i32 %q to i64
16 %v = zext i32 %p to i64