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