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

[mono] Support 4-arg ops in mini IR #48475

Closed
Tracked by #43051
imhameed opened this issue Feb 18, 2021 · 2 comments
Closed
Tracked by #43051

[mono] Support 4-arg ops in mini IR #48475

imhameed opened this issue Feb 18, 2021 · 2 comments
Assignees
Labels
area-Codegen-meta-mono runtime-mono specific to the Mono runtime
Milestone

Comments

@imhameed
Copy link
Contributor

Needed for intrinsics with four arguments.

@imhameed imhameed added area-Codegen-meta-mono runtime-mono specific to the Mono runtime labels Feb 18, 2021
@imhameed imhameed added this to the 6.0.0 milestone Feb 18, 2021
@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Feb 18, 2021
@imhameed imhameed changed the title [mono] Support 4-op opcodes in mini IR [mono] Support 4-arg opcodes in mini IR Feb 18, 2021
@imhameed imhameed removed the untriaged New issue has not been triaged by the area owner label Feb 18, 2021
@imhameed imhameed changed the title [mono] Support 4-arg opcodes in mini IR [mono] Support 4-arg ops in mini IR Feb 18, 2021
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Mar 1, 2021
@imhameed
Copy link
Contributor Author

imhameed commented Mar 2, 2021

Will work around this for now by emitting branch tables at the mini IR level.

@imhameed imhameed closed this as completed Mar 2, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Mar 2, 2021
@imhameed
Copy link
Contributor Author

All of the 4-argument opcodes we would have needed can be expressed in terms of lane selection followed by an operation consuming a scalar-in-vector argument.

@ghost ghost locked as resolved and limited conversation to collaborators Apr 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-meta-mono runtime-mono specific to the Mono runtime
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants