Displaying 2 results from an estimated 2 matches for "nazaryan".
2011 Nov 03
5
[LLVMdev] LLVM problem, please do not ignore
...-basic-block-stats -stats -o
newhello.bc
1. Running pass 'Function Pass Manager' on module 'hello.bc'.
2. Running pass 'Module Verifier' on function '@_Z3addii'
Segmentation fault
Please find the source of my pass attached.
Hope to get a reply soon.
Regards,
Arshak Nazaryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111103/504a02e9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BasicBlockStats.cpp
Type: text/x-c++src...
2011 Nov 03
0
[LLVMdev] LLVM problem, please do not ignore
On 11/3/2011 4:55 AM, Arshak Nazaryan wrote:
> Dear sir or madam,
>
> I am a 4-th year student at Yerevan State University, Armenia; and I
> am studying LLVM in order to write my Bachelor thesis.
Hi Arshak.
> I am trying to write an llvm pass that just removes all "Add" commands
> and gives some statsti...