Displaying 2 results from an estimated 2 matches for "c4078b81".
2007 Nov 13
0
[LLVMdev] C embedded extensions and LLVM
>> In an ideal world, we'll just need flags on load/
>> store nodes because the pointer registers will already be lowered to
>> some other regclass.
>
> I assume malloc's and memcpy's would need them as well?
Yeah, seems likely. I think malloc gets lowered in SDISel to a call
though, so maybe it doesn't need it. I'm not sure what "malloc from
2007 Nov 13
2
[LLVMdev] C embedded extensions and LLVM
On Nov 12, 2007, at 10:57 PM, Chris Lattner wrote:
> On Nov 11, 2007, at 11:18 AM, Christopher Lamb wrote:
>>> Any property that affects how the value is stored in registers
>>> needs to be in the type instead of on the load/store instruction.
>>> Also, unlike volatile, it is not common to cast a pointer between
>>> two different address spaces.
>>