search for: maptest

Displaying 6 results from an estimated 6 matches for "maptest".

Did you mean: imaptest
2012 Apr 11
3
[LLVMdev] Incorrect result in LLVM Alias Analysis
I have used the follwing command, opt -load LLVComMan.so -ComMan -memdep -tbaa -mem2reg maptest.ll -S What option other than -mem2reg should be included in this case to get the right results? Does the order in which I specify the optimizations to be run make a difference? Duncan Sands wrote: > > Hi Adarsh, > >> I want to check if the values a and b in the program alias. &g...
2012 Apr 13
2
[LLVMdev] Incorrect result in LLVM Alias Analysis
...re instruction that assigns the value of 'a' to 20 in the 'map' function.Is the result not supposed to be 'Must alias'? Duncan Sands wrote: > > Hi Adarsh, > >> I have used the follwing command, >> opt -load LLVComMan.so -ComMan -memdep -tbaa -mem2reg maptest.ll -S >> What option other than -mem2reg should be included in this case to get >> the >> right results? Does the order in which I specify the optimizations to be >> run >> make a difference? > > what is in maptest.ll? > > Ciao, Duncan. > ___________...
2012 Apr 12
0
[LLVMdev] Incorrect result in LLVM Alias Analysis
Hi Adarsh, > I have used the follwing command, > opt -load LLVComMan.so -ComMan -memdep -tbaa -mem2reg maptest.ll -S > What option other than -mem2reg should be included in this case to get the > right results? Does the order in which I specify the optimizations to be run > make a difference? what is in maptest.ll? Ciao, Duncan.
2012 Apr 06
0
[LLVMdev] Incorrect result in LLVM Alias Analysis
Hi Adarsh, > I want to check if the values a and b in the program alias. > > int main() { > int *a,*b; > a=(int *)malloc(sizeof(int)); > b=(int *)malloc(sizeof(int)); > *a=10; > *b=8; > return 0; > } > > I use the below code for this (getAnalysisUsage method has been defined) > > AliasAnalysis::Location loc1=AliasAnalysis::Location(k1); //a >
2012 Apr 06
5
[LLVMdev] Incorrect result in LLVM Alias Analysis
I want to check if the values a and b in the program alias. int main() { int *a,*b; a=(int *)malloc(sizeof(int)); b=(int *)malloc(sizeof(int)); *a=10; *b=8; return 0; } I use the below code for this (getAnalysisUsage method has been defined) AliasAnalysis::Location loc1=AliasAnalysis::Location(k1); //a AliasAnalysis::Location loc2=AliasAnalysis::Location(k2); //b AliasAnalysis::AliasResult
2002 Jan 25
2
Mapping (followup) + package installation
Hi, I'm looking to create a few basic world maps in R (for Windows). A while back someone asked for the same thing and was referred to the (*.tar) files at: ftp://ftp.mcs.vuw.ac.nz/pub/statistics/map/ which I downloaded. However, I am unable to install them, and clearly I'm not doing something properly (I'm your basic moron when it comes to installation, so please understand).