search for: spu_call_i8_i16

Displaying 1 result from an estimated 1 matches for "spu_call_i8_i16".

2010 Apr 19
1
[LLVMdev] Patch - Allow calls that return i8 or i16. On SPU.
...func() { %rv1 = call i8 @return_i8() %rv2 = call i16 @return_i16() ret void } Attached is a patch to fix it, and remove some related redundant code. Does this rather trivial fix warrant a test case? kalle -------------- next part -------------- A non-text attachment was scrubbed... Name: spu_call_i8_i16.patch Type: text/x-patch Size: 996 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100419/6605c8db/attachment.bin>