Skip to content
Commit 58d59fe3 authored by Bob Wilson's avatar Bob Wilson
Browse files

Fix a crash in scalarrepl for memcpy/memmove where the source and destination

are the same.  I had already fixed a similar problem where the source and
destination were different bitcasts derived from the same alloca, but the
previous fix still did not handle the case where both operands are exactly
the same value.  Radar 7552893.

llvm-svn: 93848
parent 35474ca4
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