Skip to content
Commit abd15f69 authored by Dorit Nuzman's avatar Dorit Nuzman
Browse files

[InstCombine] Preserve llvm.mem.parallel_loop_access metadata when replacing

memcpy with ld/st.

When InstCombine replaces a memcpy with loads+stores it does not copy over the
llvm.mem.parallel_loop_access from the memcpy instruction. This patch fixes
that.

Differential Revision: https://reviews.llvm.org/D23499

llvm-svn: 280617
parent 3301c7ee
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