Displaying 4 results from an estimated 4 matches for "wherer".
Did you mean:
where
2010 Nov 29
1
[LLVMdev] Segmentation fault on Instruction.moveBefore()
Hi,
I'm getting a segmentation fault trying to write a small(incomplete) LICM
pass whenever i try to do
I->moveBefore(pre->getTerminator());
(wherer I is Instruction*, Pre is BasicBlock*)
Is there any prerequisites for executing this function that i am not doing?
Thanks in advance.
sreeraj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101130/c8c68b84/...
2009 Nov 01
19
will_paginate vs mislav-will_paginate
I''ve just reinstalled linux (9.10) and am trying to match my gem
environment to our server''s. I''m having a problem with will_paginate.
On the server, under gem list, i have "mislav-will_paginate (2.3.6)".
So, i''m trying to install that locally. Following the instructions on
the will_paginate page, http://wiki.github.com/mislav/will_paginate,
2007 Oct 01
1
[nls] singular gradient
Hi, I am new to R. I don't have strong background of statistics. I am
a student of Geotechnical Engineering. I tried to run a nonlinear
regression for a three-variable function, that is
N = f(CSR, ev) # N is a function of CSR and ev, and N = CSR/(A
+B*CSR), wherer (A,B) are function of ev.
N, CSR and ev are observed in the experiments.
Following is my R script.
rm(list=ls())
library(nlme)
# assign data
N <- c
(30.03,16.62,10.88,36.47,20.24,38.17,36.47,34.80,19.00,32.37,14.40,35.63
,
19.00,17.79,33.98,31.58,31.58,35.63,20.24,31.58,29.27,22.18,27.77,2...
2008 Dec 09
2
[LLVMdev] AliasAnalysis tutorial
...(http://www.llvm.org/docs/AliasAnalysis.html).
My problem is to chain this pass (function Pass in my case) with the
basicAA ...
I know that my pass is running (runOnFunction) but the virtual methods
derived from AliasAnalysis
(alias, getModRefInfo, etc ... ) are never called (even in the case
wherer the basicAA reaches the end of 'getModRefInfo(CallSite CS, Value
*P, unsigned Size)' virtual function)
Either, i misunderstood the process of AA (I expect that each virtual
method of each AA are called if they are defined until
one of them gives a result (and that's why we need the...