[llvm-commits] [llvm] r66366 - in /llvm/trunk: lib/Transforms/Scalar/ScalarReplAggregates.cpp test/Transforms/ScalarRepl/2008-06-22-LargeArray.ll test/Transforms/ScalarRepl/vector_memcpy.ll
Duncan Sands
baldrick at free.fr
Sun Mar 8 13:17:23 PDT 2009
> > Sure, consider an i24. The padded size is 32 bits. A memcpy will
> > copy 32 bits, a load/store will copy 24 bits.
>
> This xform would turn it into an i32, not an i24.
I see, I hadn't understood the transform.
Thanks for explaining!
Duncan.
More information about the llvm-commits
mailing list