Skip to content
Commit d9f79106 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Don't drop the alignment on a memcpy intrinsic when producing a store. This is

only a missed optimization opportunity if the store is over-aligned, but a
miscompile if the store's new type has a higher natural alignment than the
memcpy did. Fixes PR13920!

llvm-svn: 164641
parent 7b104007
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