search for: a5bf5961

Displaying 2 results from an estimated 2 matches for "a5bf5961".

2009 Apr 01
0
[LLVMdev] promotion of return value.
...d be used will eliminate many ambiguities in the discussion. I think syntax along the lines of signext(13) and zeroext(13) would make sense. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090401/a5bf5961/attachment.html>
2009 Mar 31
4
[LLVMdev] promotion of return value.
> Did you see this Ali? > http://nondot.org/sabre/LLVMNotes/ExtendedIntegerResults.txt Would you mind adding it to SVN? Would make it easier to comment on. In particular, it would be nice to add examples for X86 (caller extends. High bits undefined in the callee) and PPC (callee extends). And I still don't understand why in short y(); int z() { return ((int)y() << 16) >>