Displaying 2 results from an estimated 2 matches for "tmp_2".
Did you mean:
tmp2
2009 Mar 09
1
Data Restructuring Question
...as the second, i.e.
VariableName, Run, Location,
temp, 15.0, There # Really Run1
temp, 16.0, There # Really Run2
temp, 17.0, There # Really Run3
Right now I am manually recombining:
tmp_1<-data.frame(data$VariableName, data$ Run1, data$Location)
tmp_2<-data.frame(data$VariableName, data$ Run2, data$Location)
tmp_3<-data.frame(data$VariableName, data$ Run3, data$Location)
combine_1<-rbind(tmp_1, tmp_2)
combine_1<-rbind(combine_1, tmp_3)
Is there an easier way that is more flexible? I would like to make it flexible enough to handl...
2011 Mar 16
5
[LLVMdev] Bug in opt
...to me baby
;; globals
declare i32 @printf(i8* , ...)
@main.str1 = private constant [6x i8] c"n=%i\0A\00"
;; code
define i32 @main() nounwind {
;;return register
%tmp_1 = alloca i32 ,align 4
%i = alloca i32 ,align 4
%max = alloca i32 ,align 4
%n = alloca i32 ,align 4
%tmp_2 = add i32 0,0
store i32 %tmp_2 ,i32* %i
%tmp_3 = add i32 0,100000000
store i32 %tmp_3 ,i32* %max
%tmp_4 = add i32 0,0
store i32 %tmp_4 ,i32* %n
br label %initfor_1
initfor_1:
%tmp_5 = add i32 0,0
store i32 %tmp_5 ,i32* %i
br label %testfor_3
updatefor_2:
%tmp_6 = load...