[LLVMdev] SSE intrinsic alignment bug?
Nicolas Capens
nicolas at capens.net
Fri May 23 03:42:36 PDT 2008
Awesome!
-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
Behalf Of Evan Cheng
Sent: Friday, 23 May, 2008 02:37
To: LLVM Developers Mailing List
Subject: Re: [LLVMdev] SSE intrinsic alignment bug?
Fixed.
Evan
On May 22, 2008, at 5:02 PM, Evan Cheng wrote:
> Yep, I'm fixing it (and others) now. Good catch.
>
> Evan
>
> On May 22, 2008, at 4:59 PM, Dan Gohman wrote:
>
>>
>> On May 22, 2008, at 4:24 PM, Nicolas Capens wrote:
>>>
>>>
>>> Since I'm fairly new to LLVM I'm not entirely sure if this is really
>>> a bug or something I'm not doing correctly, or whether it's already
>>> being addressed. The following thread appears to talk about
>>> something
similar:http://thread.gmane.org/gmane.comp.compilers.llvm.devel/9476/focus=9
478
>>
>> Looking at LLVM's definition of the rcpps intrinsic, this looks like
>> a bug to me (RCPPSm_Int uses a plain load; it looks like it
>> should be using memopv4f32).
>>
>> Dan
>>
>>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
_______________________________________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list