Displaying 4 results from an estimated 4 matches for "or18".
Did you mean:
or1
2008 Feb 16
1
plotEst
...tter plot:
the vertical axis should be the estimated OR (with upper and lower conf.
limits),
and the horizontal exis should be fixed values: (1,0.8,0.7,0.6,0.5,0.4)
Here is a part of my code:
...ests=matrix(ncol=3,nrow=6)
ests[,1]<-c(mean(or1),mean(or14),mean(or15),mean(or16),mean(or17),mean(or18))
ests[,2]<-c(cl1,cl14,cl15,cl16,cl17,cl18)
ests[,3]<-c(cu1,cu14,cu15,cu16,cu17,cu18)
x1<-c(1,0.8,0.7,0.6,0.5,0.4)...
Now I have a matrix with three columns: estimate, lower limit of the
confidende interval, and upper limit of the confidence interval:
[,1] [,2] [,3]...
2017 Jun 19
2
CloneFunctionInto produces invalid debug info
...!dbg !89
>> %tobool15 = icmp eq i32 %and14, 0, !dbg !89
>> br i1 %tobool15, label %exit, label %if.then16, !dbg !185
>>
>> if.then16: ; preds = %if.end12.extracted_entry
>> %4 = load i32, i32* %1, align 4, !dbg !186
>> %or18 = or i32 %4, 2, !dbg !186
>> store i32 %or18, i32* %1, align 4, !dbg !186
>> %pps = getelementptr inbounds %struct.t_c, %struct.t_c* %2, i32 0, i32 4, !dbg !188
>> %5 = load i32, i32* %pps, align 8, !dbg !188
>> %to20 = getelementptr inbounds %struct.t_d, %struct.t_d* %3...
2017 Jun 20
2
CloneFunctionInto produces invalid debug info
...%tobool15 = icmp eq i32 %and14, 0, !dbg !89 br i1 %tobool15, label
>>> %exit, label %if.then16, !dbg !185
>>>
>>> if.then16: ; preds = %if.end12.extracted_entry
>>> %4 = load i32, i32* %1, align 4, !dbg !186
>>> %or18 = or i32 %4, 2, !dbg !186
>>> store i32 %or18, i32* %1, align 4, !dbg !186 %pps = getelementptr
>>> inbounds %struct.t_c, %struct.t_c* %2, i32 0, i32 4, !dbg !188
>>> %5 = load i32, i32* %pps, align 8, !dbg !188
>>> %to20 = getelementptr inbounds %struct.t_d, %...
2017 Jun 16
2
CloneFunctionInto produces invalid debug info
The if you are cloning into the same LLVM module the CU should not cloned. If don't mind sharing your code, I can try to help diagnose why the CU gets cloned... just send me a patch that applies to trunk and instructions.
-- adrian
> On Jun 16, 2017, at 1:54 PM, Sergei Larin <slarin at codeaurora.org> wrote:
>
> Sorry… It takes a pass that was not accepted for upstreaming….