search for: tmp335

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

Did you mean: tmp35
2007 Jun 12
3
[LLVMdev] ARM backend problem ?
...alloca i32 store i32 1 , i32* %tmp22 %tmp23 = load i32* %tmp22 %tmp24 = load i32* %i %tmp21 = add i32 %tmp24, %tmp23 store i32 %tmp21, i32* %i %tmp19 = mul i32 %tmp20, %tmp21 store i32 %tmp19, i32* %f br label %then4 else12: %tmp25 = load i32* %f %tmp335 = getelementptr [4 x i8]* @.str1, i32 0, i32 0 %tmp336 = call i32 (i8*, ...)* @printf( i8* %tmp335, i32 %tmp25 ) ret i32 %tmp25 } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/atta...
2007 Jun 12
0
[LLVMdev] ARM backend problem ?
...gt; > %tmp24 = load i32* %i > > %tmp21 = add i32 %tmp24, %tmp23 > > store i32 %tmp21, i32* %i > > %tmp19 = mul i32 %tmp20, %tmp21 > > store i32 %tmp19, i32* %f > > br label %then4 > > > > else12: > > %tmp25 = load i32* %f > > %tmp335 = getelementptr [4 x i8]* @.str1, i32 0, i32 0 > > %tmp336 = call i32 (i8*, ...)* @printf( i8* %tmp335, i32 %tmp25 ) > > > ret i32 %tmp25 > > } > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu...