[llvm-commits] [llvm] r42864 - in /llvm/trunk: lib/Transforms/Scalar/InstructionCombining.cpp test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
Devang Patel
dpatel at apple.com
Thu Oct 11 10:54:10 PDT 2007
On Oct 11, 2007, at 10:46 AM, Dale Johannesen wrote:
> You aren't checking alignment when choosing the new pointer type.
> Are you sure this works on machines that don't have misaligned load/
> store?
>
> In general memcpy handling is highly target specific. I'd be wary
> of doing too
> much in target-independent code, although I think the general idea
> here is OK.
I'm expecting target specific code generator to handle this if it is
handling unaligned memcpy.
No ?
-
Devang
More information about the llvm-commits
mailing list