; RUN: llc -O0 -fast-isel-abort=1 -mtriple=arm64-apple-darwin -mcpu=cyclone -verify-machineinstrs < %s | FileCheck %s define void @branch1() nounwind uwtable ssp { %x = alloca i32, align 4 store i32 0, i32* %x, align 4 %1 = load i32, i32* %x, align 4 %2 = icmp ne i32 %1, 0 br i1 %2, label %3, label %4 ;