Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support memcpy/memmove with differing src/dst alignment #55633

Merged
merged 1 commit into from Nov 9, 2018

Commits on Nov 4, 2018

  1. Support memcpy/memmove with differing src/dst alignment

    If LLVM 7 is used, generate memcpy/memmove with differing
    src/dst alignment. I've added new FFI functions to construct
    these through the builder API, which is more convenient than
    dealing with differing intrinsic signatures depending on the
    LLVM version.
    nikic committed Nov 4, 2018
    Copy the full SHA
    463ad90 View commit details
    Browse the repository at this point in the history