Skip to content

trans trips llvm assertions when copying fixed length vectors #2630

Description

@msullivan

This code

fn main() {
    let arr = [1,2,3]/3;
    let arr2 = arr;
    log(error, arr);
    log(error, arr2);
}

will cause an llvm assertion to be tripped.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-codegenArea: Code generation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions