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

Missing LLVM_CallIntrinsicOp support for elementtype #115393

Open
bcardosolopes opened this issue Nov 7, 2024 · 2 comments
Open

Missing LLVM_CallIntrinsicOp support for elementtype #115393

bcardosolopes opened this issue Nov 7, 2024 · 2 comments

Comments

@bcardosolopes
Copy link
Member

In order to lower ARM64 intrinsics down from ClangIR to LLVM, we found that we cannot lower to LLVM intrinsics that might need a elementtype, one example is LLVM intrinsic aarch64.ldxr, which requires elementtype.

@llvmbot
Copy link
Member

llvmbot commented Nov 7, 2024

@llvm/issue-subscribers-mlir-llvm

Author: Bruno Cardoso Lopes (bcardosolopes)

In order to lower ARM64 intrinsics down from ClangIR to LLVM, we found that we cannot lower to LLVM intrinsics that might need a `elementtype`, one example is LLVM intrinsic `aarch64.ldxr`, which requires `elementtype`.

@bcardosolopes
Copy link
Member Author

For more ClangIR specific info: llvm/clangir#1070

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

2 participants