Displaying 1 result from an estimated 1 matches for "reg107".
Did you mean:
reg1027
2002 Sep 11
1
[LLVMdev] FW: question about malloc call vs. instruction
...mes out like this:
%reg216 = call int (...)* %malloc( ulong 8 ) ; <int> [#uses=1]
a call to malloc, not a malloc instruction. i don't know how to get the
information i need out of a call to malloc.
when i replace 'malloc' in the code with 'alloca', i get
%reg107 = alloca ubyte, uint 8 ; <ubyte*> [#uses=1]
so everything is fine for alloca.
i thought if i ran the inline pass it might change a malloc call to a
malloc instruction, but it didn't. can you tell me what's up here?
i'm really sorry to constantly bug you. if you hate...