Displaying 2 results from an estimated 2 matches for "1fb33ac0".
2012 Feb 28
2
[LLVMdev] Is it an opt bug ?
On 28/02/12 17:48, John Regehr wrote:
>> void t2(double *x)
>> {
>> long long a[2];
>> a[0] = 3;
>> a[1] = 5;
>> *x = * ((double *) a);
>> *(x+1) = * ((double *) &a[a[0]-2]);
>> }
>
> Doesn't this code violate the strict aliasing rules?
Maybe, but the LLVM IR he showed seems perfectly well defined.
Ciao,
2012 Feb 29
0
[LLVMdev] Is it an opt bug ?
...> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120229/1fb33ac0/attachment.html>