comparison test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 95c75e76d11b
children
comparison
equal deleted inserted replaced
84:f3e34b893a5f 95:afa8332a0e37
4 4
5 declare i8* @_Znwm(i32) 5 declare i8* @_Znwm(i32)
6 6
7 declare i8* @__cxa_begin_catch(i8*) nounwind 7 declare i8* @__cxa_begin_catch(i8*) nounwind
8 8
9 define i32 @main(i32 %argc, i8** %argv) { 9 define i32 @main(i32 %argc, i8** %argv) personality i32 (...)* @__gxx_personality_v0 {
10 entry: 10 entry:
11 br i1 false, label %bb37, label %bb34 11 br i1 false, label %bb37, label %bb34
12 12
13 bb34: ; preds = %entry 13 bb34: ; preds = %entry
14 ret i32 1 14 ret i32 1
19 19
20 tmp12.i.i.i.i.i.noexc65: ; preds = %bb37 20 tmp12.i.i.i.i.i.noexc65: ; preds = %bb37
21 unreachable 21 unreachable
22 22
23 lpad243: ; preds = %bb37 23 lpad243: ; preds = %bb37
24 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0 24 %exn = landingpad {i8*, i32}
25 cleanup 25 cleanup
26 %eh_ptr244 = extractvalue { i8*, i32 } %exn, 0 26 %eh_ptr244 = extractvalue { i8*, i32 } %exn, 0
27 store i32 (...)** getelementptr ([5 x i32 (...)*]* @_ZTVN10Evaluation10GridOutputILi3EEE, i32 0, i32 2), i32 (...)*** null, align 8 27 store i32 (...)** getelementptr ([5 x i32 (...)*], [5 x i32 (...)*]* @_ZTVN10Evaluation10GridOutputILi3EEE, i32 0, i32 2), i32 (...)*** null, align 8
28 %tmp133 = call i8* @__cxa_begin_catch( i8* %eh_ptr244 ) nounwind ; <i8*> [#uses=0] 28 %tmp133 = call i8* @__cxa_begin_catch( i8* %eh_ptr244 ) nounwind ; <i8*> [#uses=0]
29 unreachable 29 unreachable
30 } 30 }
31 31
32 declare i32 @__gxx_personality_v0(...) 32 declare i32 @__gxx_personality_v0(...)