Commit c3591d71 authored by Nikita Popov's avatar Nikita Popov Committed by Tom Stellard
Browse files

[Local] Handle size mismatch between pointer/int in copyRangeMetadata()

SROA may convert a wide integer load into a narrow pointer load,
make sure we don't crash. It would not be legal to transfer the
metadata in this case.

(cherry picked from commit fc6e91fe)
parent dae44c8c
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