Refactor the memcpy lowering for the x86 target.
The only generated code difference is that now we call memcpy when the size of the array is unknown. This matches GCC behavior and is better since the run time value can be arbitrarily large. llvm-svn: 42433
Loading
Please register or sign in to comment