Skip to content

Should "pairs of scalars" use LLVM vectors? #48426

Closed as not planned
Closed as not planned
@eddyb

Description

@eddyb

As seen on reddit, we could pass e.g. (f32, f32) not as two floats, but one <2 x float>.
It's unclear how well LLVM would be able to deal with it.

cc @dotdash @alexcrichton

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-codegenArea: Code generationC-enhancementCategory: An issue proposing an enhancement or a PR with one.I-slowIssue: Problems and improvements with respect to performance of generated code.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions