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

[PowerPC] support inline asm Y constraint #92939

Open
nickdesaulniers opened this issue May 21, 2024 · 2 comments
Open

[PowerPC] support inline asm Y constraint #92939

nickdesaulniers opened this issue May 21, 2024 · 2 comments

Comments

@nickdesaulniers
Copy link
Member

The PPC port of the Linux kernel is looking to use an undocumented constraint Y in inline asm.

https://lore.kernel.org/linuxppc-dev/[email protected]/

We should add support for this to LLVM.

@llvmbot
Copy link
Collaborator

llvmbot commented May 21, 2024

@llvm/issue-subscribers-backend-powerpc

Author: Nick Desaulniers (paternity leave) (nickdesaulniers)

The PPC port of the Linux kernel is looking to use an undocumented constraint `Y` in inline asm.

https://lore.kernel.org/linuxppc-dev/20240521123919.245886-1-mpe@ellerman.id.au/

We should add support for this to LLVM.

@chenzheng1030
Copy link
Collaborator

chenzheng1030 commented May 27, 2024

Where can I get an explanation for constraint Y? Is Y a PPC specific constraint. I can not find it in GCC manual or IBM XLC manual. Thanks.

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

No branches or pull requests

3 participants