search for: tmp99

Displaying 2 results from an estimated 2 matches for "tmp99".

Did you mean: tmp9
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
...ngNotEqualZero2, label %StringEqualZero2 StringNotEqualZero2: br label %l4 StringEqualZero2: %tmp10 = load i32* @yybegin, align 4 %tmp11 = load i32* @yyend, align 4 call void @yyDo(void (i8*, i32)* @yy_3_body, i32 %tmp10, i32 %tmp11) %tmp12 = call i32 @yymatchChar(i8 99) %tmp13 = icmp ne i32 %tmp99, 0 br i1 %tmp13, label %StringNotEqualZero3, label %StringEqualZero3 StringNotEqualZero3: br label %l4 StringEqualZero3: %tmp14 = load i32* @yybegin, align 4 %tmp15 = load i32* @yyend, align 4 call void @yyDo(void (i8*, i32)* @yy_4_body, i32 %tmp14, i32 %tmp15) br label %l2 l4: store i32 %yy...