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

Inline assembly doesn't support vector mask registers #234

Open
kaz7 opened this issue Dec 30, 2022 · 0 comments
Open

Inline assembly doesn't support vector mask registers #234

kaz7 opened this issue Dec 30, 2022 · 0 comments

Comments

@kaz7
Copy link
Collaborator

kaz7 commented Dec 30, 2022

Cuttent implementation of inline assembly doesn't support vector mask registers. It supports only vector registers at this moment. Although, intrinsic function supports both vector registers and vector mask registers.

https://reviews.llvm.org/D98616 is one of good examples to support both vm and vr in inline assembly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant