[LLVMdev] SSE intrinsic alignment bug?
Dan Gohman
gohman at apple.com
Thu May 22 16:59:55 PDT 2008
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=9478
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
More information about the llvm-dev
mailing list