[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / CodeGen / AArch64 / GlobalISel / const-0.ll
blob89d1ee29b959cb7cb86cb23973869a8d71521310
1 ; RUN: llc -mtriple=aarch64-linux-gnu -global-isel -O0 -o - %s | FileCheck %s
3 %struct.comp = type { i8*, i32, i8*, [3 x i8], i32 }
5 define void @regbranch() {
6 ; CHECK-LABEL: regbranch:
7 ; CHECK: mov {{w[0-9]+}}, #0
8 cond_next240.i:
9   br i1 false, label %cond_true251.i, label %cond_next272.i
11 cond_true251.i:
12   switch i8 0, label %cond_next272.i [
13       i8 42, label %bb268.i
14       i8 43, label %bb268.i
15       i8 63, label %bb268.i
16   ]
18 bb268.i:
19   br label %cond_next272.i
21 cond_next272.i:
22   %len.2.i = phi i32 [ 0, %bb268.i ], [ 0, %cond_next240.i ], [ 0, %cond_true251.i ]
23   %tmp278.i = icmp eq i32 %len.2.i, 1
24   ret void