Displaying 2 results from an estimated 2 matches for "graphbig".
2019 Jan 06
2
LLVM IR linking separate function definitions in header files in single IR
...M Mehdi AMINI <joker.eph at gmail.com> wrote:
>
>
> On Sat, Jan 5, 2019 at 3:08 PM hameeza ahmed <hahmed2305 at gmail.com> wrote:
>
>> Thank You...
>> My issue is i m observing malloc instructions in LLVM IR.. When I
>> compiled certain benchmark codes i.e graphbig. They consume memory but when
>> I see IR there is no malloc..
>>
>
> This is confusing, you first wrote that you are "observing malloc
> instructions in LLVM IR" but then you wrote "when I see IR there is no
> malloc".
>
>
>
>> By observin...
2019 Jan 01
4
LLVM IR linking separate function definitions in header files in single IR
Hello,
I have different codes with separate files with functions implemented. I
want to view all function definitions/ instructions in single IR. I am able
to do this by llvm-link for codes which have definition implemented in .c
files...
But there are some codes which have definitions instructions in header
files. These functions are called from .c file. I want to have a single IR
with all the