Skip to content
Commit 9165e165 authored by Evan Cheng's avatar Evan Cheng
Browse files

Fix bug in x86 memcpy / memset lowering. If there are trailing bytes not...

Fix bug in x86 memcpy / memset lowering. If there are trailing bytes not handled by rep instructions, a new memcpy / memset is introduced for them. However, since source / destination addresses are already adjusted, their offsets should be zero.

llvm-svn: 50239
parent b0daf2f6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment