Displaying 3 results from an estimated 3 matches for "vanka".
Did you mean:
lanka
2010 Nov 25
0
[LLVMdev] Question regarding the alias analysis chaining behaviour
[+llvmdev]
Rajeshwar Vanka wrote:
> -----Original Message-----
> From: Nick Lewycky [mailto:nicholas at mxc.ca]
> Sent: Wednesday, November 24, 2010 3:51 PM
> To: dirac
> Cc: llvmdev at cs.uiuc.edu
> Subject: Re: [LLVMdev] Question regarding the alias analysis chaining
> behaviour
>
> dirac wrote:...
2010 Nov 24
3
[LLVMdev] Question regarding the alias analysis chaining behaviour
Hi,
I am using LLVM 2.4 on a Linux RHEL5 machine. I was trying to figure out
how the chaining of the alias analysis passes works in LLVM. Here are the
command I used to test the chaining part.
1. ./opt hello_world_1_nest_func.bc -o hello_world_1_nest_func_AA.bc
-no-aa -anders-aa -licm
Result: Anderson's AA and No Alias Analysis both are called.
2. ./opt hello_world_1_nest_func.bc -o
2011 Jan 05
0
[LLVMdev] Printing error with Value objects
Hi.
The platform is an x86 32-bit machine running LLVM 2.4.
I am trying to analyze Alias Analysis queries, and towards this end,
I am trying to print out the "Value"s that form the queries. While
trying to print these queries, llvm hits a segmentation fault. The fault
is due to a Value which does not have its module set properly. I am
using the operator<< to call the