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

Teach compiler to allow _BitInt in extended asm #138

Open
pedrolamarao opened this issue Apr 15, 2022 · 0 comments
Open

Teach compiler to allow _BitInt in extended asm #138

pedrolamarao opened this issue Apr 15, 2022 · 0 comments

Comments

@pedrolamarao
Copy link
Owner

pedrolamarao commented Apr 15, 2022

LLVM 13 introduzed _ExtInt(N) an integral type with N bits. This has proven very useful. Unfortunately, it does not allow these types as operands in extended asm.

This issue is tracked in LLVM at llvm/llvm-project#50996

@pedrolamarao pedrolamarao changed the title Teach compiler to allow _ExtInt in extended asm Teach compiler to allow _BitInt in extended asm Oct 1, 2023
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

1 participant