From 19107563af7568713193c60be24503446556bff2 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 9 Jan 2008 23:01:55 +0000 Subject: Special copy SUnit's do not have SDNode's. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45787 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2008-01-08-SchedulerCrash.ll | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 test/CodeGen/X86/2008-01-08-SchedulerCrash.ll (limited to 'test/CodeGen/X86/2008-01-08-SchedulerCrash.ll') diff --git a/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll b/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll new file mode 100644 index 0000000000..f31a38e28b --- /dev/null +++ b/test/CodeGen/X86/2008-01-08-SchedulerCrash.ll @@ -0,0 +1,32 @@ +; RUN: llvm-as < %s | llc -march=x86 + + %struct.indexentry = type { i32, i8*, i8*, i8*, i8*, i8* } + +define i32 @_bfd_stab_section_find_nearest_line(i32 %offset) nounwind { +entry: + %tmp910 = add i32 0, %offset ; [#uses=1] + br i1 true, label %bb951, label %bb917 + +bb917: ; preds = %entry + ret i32 0 + +bb951: ; preds = %bb986, %entry + %tmp955 = sdiv i32 0, 2 ; [#uses=3] + %tmp961 = getelementptr %struct.indexentry* null, i32 %tmp955, i32 0 ; [#uses=1] + br i1 true, label %bb986, label %bb967 + +bb967: ; preds = %bb951 + ret i32 0 + +bb986: ; preds = %bb951 + %tmp993 = load i32* %tmp961, align 4 ; [#uses=1] + %tmp995 = icmp ugt i32 %tmp993, %tmp910 ; [#uses=2] + %tmp1002 = add i32 %tmp955, 1 ; [#uses=1] + %low.0 = select i1 %tmp995, i32 0, i32 %tmp1002 ; [#uses=1] + %high.0 = select i1 %tmp995, i32 %tmp955, i32 0 ; [#uses=1] + %tmp1006 = icmp eq i32 %low.0, %high.0 ; [#uses=1] + br i1 %tmp1006, label %UnifiedReturnBlock, label %bb951 + +UnifiedReturnBlock: ; preds = %bb986 + ret i32 1 +} -- cgit v1.2.3