search for: tmp55

Displaying 3 results from an estimated 3 matches for "tmp55".

Did you mean: tmp5
2008 Feb 10
2
[LLVMdev] Instrumenting virtual function calls
...mentptr i32 (...)** %tmp50.i, i32 9 ; <i32 (...)**> [#uses=1] %tmp52.i = load i32 (...)** %tmp51.i, align 4 ; <i32 (...)*> [#uses=1] %tmp5253.i = bitcast i32 (...)* %tmp52.i to i32 (%"struct.Q::Function"*)* ; <i32 (%"struct.Q::Function"*)*> [#uses=2] %tmp55.i = call i32 %tmp5253.i( %"struct.Q::Function"* %tmp10.i ) ; <i32> [#uses=1] ! bitcast i32 (%"struct.Q::Function"*)* %tmp5253.i to i8* ; <i8*>:1 [#uses=1] ! call void @registerMethod( i64 73865808, i8* %1 ) %tmp5859.i = sitofp i32 %tmp55.i to double ; <dou...
2012 Aug 10
2
[LLVMdev] GVN miscompile debugging help
I found a case where GVN seems to miscompile an OpenCL program. What I am trying to figure out is given a bitcode file, how can I reduce it to a simpler case with bugpoint when I don't have a valid reference compiler available. Thanks for any tips, Micah -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 12
1
[LLVMdev] Labels
...ad i32* @yythunkpos %tmp52 = call i32 @yymatchChar(i8 102) %tmp53 = icmp ne i32 %tmp102, 0 br i1 %tmp53, label %StringNotEqualZero13, label %StringEqualZero13 StringNotEqualZero13: br label %l12 StringEqualZero13: call i32 @yyText(i32 %yybegin, i32 %yyend) %tmp54 = ptrtoint i8* @str0 to i32 %tmp55 = icmp eq i32 %tmp0, 0 br i1 %tmp55, label %PredicateEqualZero0, label %PredicateNotEqualZero0 PredicateEqualZero0: br label %l12 PredicateNotEqualZero0: %tmp56 = call i32 @yymatchChar(i8 105) %tmp57 = icmp ne i32 %tmp105, 0 br i1 %tmp57, label %StringNotEqualZero14, label %StringEqualZero14 S...