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

Perform simple SIMD transformations where applicable #82366

Open
tannergooding opened this issue Feb 19, 2023 · 1 comment
Open

Perform simple SIMD transformations where applicable #82366

tannergooding opened this issue Feb 19, 2023 · 1 comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI help wanted [up-for-grabs] Good issue for external contributors
Milestone

Comments

@tannergooding
Copy link
Member

As part of the more general support for basic constant folding around SIMD types, we should ensure that transforms which exist for scalar code are mirrored for the SIMD scenario as well.

Consider for example vector * 2 which can be translated to vector + vector instead.

@tannergooding tannergooding added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Feb 19, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Feb 19, 2023
@ghost
Copy link

ghost commented Feb 19, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch, @kunalspathak
See info in area-owners.md if you want to be subscribed.

Issue Details

As part of the more general support for basic constant folding around SIMD types, we should ensure that transforms which exist for scalar code are mirrored for the SIMD scenario as well.

Consider for example vector * 2 which can be translated to vector + vector instead.

Author: tannergooding
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@JulieLeeMSFT JulieLeeMSFT added help wanted [up-for-grabs] Good issue for external contributors and removed untriaged New issue has not been triaged by the area owner labels Mar 1, 2023
@JulieLeeMSFT JulieLeeMSFT added this to the Future milestone Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI help wanted [up-for-grabs] Good issue for external contributors
Projects
None yet
Development

No branches or pull requests

2 participants