search for: trysparc

Displaying 3 results from an estimated 3 matches for "trysparc".

2009 Jan 12
2
[LLVMdev] Doubt over lib call generation
Hi, The lib call (generated through LLVM framework) for 64 bit operation returns 64 bit value. But only the lower 32 bits are consumed. Even the users of higher part are consuming the lower 32 bit value only. Consider the case in Sparc or ARM long long lla, llb; int ia; void fun() { lla = llb << ia; } For such targets in the DAG after LegalizeTypes the higher 32
2009 Jan 12
0
[LLVMdev] Doubt over lib call generation
Hi, > Consider the case in Sparc or ARM can you please provide a testcase in bitcode (or LLVM assembler) form. Thanks, Duncan.
2009 Jan 12
1
[LLVMdev] Doubt over lib call generation
...e in Sparc or ARM > > can you please provide a testcase in bitcode (or > LLVM assembler) form. > Please find the bitcode file and C file attached with. Regards Sachin > Thanks, > > Duncan. -------------- next part -------------- A non-text attachment was scrubbed... Name: trysparc.bc Type: application/octet-stream Size: 476 bytes Desc: trysparc.bc URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090112/9d3244f6/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: trysparc.c Type: application/octet-stream Size:...