16 lines · plain
1; RUN: llc -mtriple=xcore < %s | FileCheck %s2 3; CHECK-LABEL: test:4; CHECK-NOT: zext5define void @test(ptr %s1) {6entry:7 %u8 = load i8, ptr %s1, align 18 %bool = icmp eq i8 %u8, 09 br label %BB110BB1:11 br i1 %bool, label %BB1, label %BB212BB2:13 br i1 %bool, label %BB1, label %BB214}15 16