Displaying 3 results from an estimated 3 matches for "c9f94469".
2010 Jun 17
0
[LLVMdev] Strange pointer aliasing behaviour
On 06/17/2010 06:19 PM, Jeffrey Yasskin wrote:
> On Thu, Jun 17, 2010 at 12:22 AM, Eli Friedman <eli.friedman at gmail.com> wrote:
>> On Wed, Jun 16, 2010 at 11:14 PM, Pierre C <lists at peufeu.com> wrote:
>>>> There are essentially two ways to "solve" this issue: one is
>>>> type-based alias analysis, i.e. assuming "double" and
2010 Jun 17
2
[LLVMdev] Strange pointer aliasing behaviour
...rray object, or one past the last element of the array object, the evaluation shall not produce an overflow; otherwise, the behavior is undefined.
John.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100617/c9f94469/attachment.html>
2010 Jun 17
4
[LLVMdev] Strange pointer aliasing behaviour
On Thu, Jun 17, 2010 at 12:22 AM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Wed, Jun 16, 2010 at 11:14 PM, Pierre C <lists at peufeu.com> wrote:
>>> There are essentially two ways to "solve" this issue: one is
>>> type-based alias analysis, i.e. assuming "double" and "int" don't
>>> alias; LLVM doesn't