Commit 54067c5f authored by Nikita Popov's avatar Nikita Popov
Browse files

[SROA] Use memcpy if type size does not match store size

The original memcpy also copies the padding, so make sure that
this is still the case after splitting.

Fixes https://github.com/llvm/llvm-project/issues/64081.
parent 3f199cb1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment