[RISCV] Use RISCVSubtarget::is64Bit() instead of hasFeature(RISCV::Feature64Bit)...
[llvm-project.git] / llvm / test / CodeGen / XCore / 2010-02-25-LSR-Crash.ll
blobea67d2ea234e92164efa2f7883dd48684f1b8470
1 ; RUN: llc < %s -march=xcore
2 target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:32-n32"
3 target triple = "xcore-xmos-elf"
5 %0 = type { i32 }
6 %struct.dwarf_fde = type <{ i32, i32, [0 x i8] }>
7 %struct.object = type { ptr, ptr, ptr, %union.anon, %0, ptr }
8 %union.anon = type { ptr }
10 define ptr @search_object(ptr %ob, ptr %pc) {
11 entry:
12   br i1 undef, label %bb3.i15.i.i, label %bb2
14 bb3.i15.i.i:                                      ; preds = %bb3.i15.i.i, %entry
15   %indvar.i.i.i = phi i32 [ %indvar.next.i.i.i, %bb3.i15.i.i ], [ 0, %entry ] ; <i32> [#uses=2]
16   %tmp137 = sub i32 0, %indvar.i.i.i              ; <i32> [#uses=1]
17   %scevgep13.i.i.i = getelementptr i32, ptr undef, i32 %tmp137 ; <ptr> [#uses=2]
18   %0 = load ptr, ptr %scevgep13.i.i.i, align 4 ; <ptr> [#uses=0]
19   store i32 undef, ptr %scevgep13.i.i.i
20   %indvar.next.i.i.i = add i32 %indvar.i.i.i, 1   ; <i32> [#uses=1]
21   br label %bb3.i15.i.i
23 bb2:                                              ; preds = %entry
24   ret ptr undef