[llvm-commits] [llvm-gcc-4.2] r43399 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Duncan Sands baldrick at free.fr
Wed Nov 7 01:47:33 PST 2007


Hi Bill,

> > Can you please confirm that this is the problem you are talking about?
> >
> No, this doesn't give the assert. :-(

the memcpy seems to have the wrong alignment in the LLVM IR.  This may or may not
lead to an assert later I suppose.  I meant: is the memcpy getting the wrong
alignment for the same reason as in your testcase.

Thanks,

Duncan.



More information about the llvm-commits mailing list