Displaying 2 results from an estimated 2 matches for "e2932676".
Did you mean:
92962676
2012 Sep 12
0
[LLVMdev] [cfe-dev] SPIR Portability Discussion
...ts, the -8LL
promotes to an unsigned long long, sizeof(int) + -8LL
is 18446744073709551612ULL, the 0 promotes to 0ULL, and the comparison
produces false.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120912/e2932676/attachment.html>
2012 Sep 12
2
[LLVMdev] [cfe-dev] SPIR Portability Discussion
> -----Original Message-----
> From: Eli Friedman [mailto:eli.friedman at gmail.com]
> Sent: Wednesday, September 12, 2012 3:22 PM
> To: Villmow, Micah
> Cc: Richard Smith; cfe-dev at cs.uiuc.edu; llvmdev at cs.uiuc.edu
> Subject: Re: [cfe-dev] [LLVMdev] SPIR Portability Discussion
>
> On Wed, Sep 12, 2012 at 2:58 PM, Villmow, Micah <Micah.Villmow at amd.com>
>