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

Inverted marking of vector tuple type #15244

Merged
merged 1 commit into from
Apr 30, 2016

Commits on Apr 29, 2016

  1. Add special VecElement type to support tuples as LLVM vectors.

    A VecElement{T} is represented same as a T in LLVM.
    Furthermore, a homogenous tuple of VecElement{T} is
    represented as an LLVM vector if allowed by LLVM and
    number of elements the tuple is 16 or fewer, *and* can
    be correctly handled as a vector.
    
    Adds an assertion and test to check if LLVM and Julia agree
    on alignment.
    
    Feature is designed to work with Ahead-Of-Time compilation too.
    Arch D. Robison committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    f9b3020 View commit details
    Browse the repository at this point in the history