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

Metal calling convention in LLVM used by ARM in LLVM 16 #544

Closed
vchuravy opened this issue Feb 8, 2024 · 0 comments
Closed

Metal calling convention in LLVM used by ARM in LLVM 16 #544

vchuravy opened this issue Feb 8, 2024 · 0 comments
Labels
metal Stuff about the Apple metal back-end.

Comments

@vchuravy
Copy link
Member

vchuravy commented Feb 8, 2024

The Metal tests currently fail since cc103 now has a meaning (https://reviews.llvm.org/D131571)

const LLVMMETALFUNCCallConv = LLVM.API.LLVMCallConv(102)
const LLVMMETALKERNELCallConv = LLVM.API.LLVMCallConv(103)

define aarch64_sme_preservemost_from_x2 void @_Z6kernel() local_unnamed_addr {

cc: @max-Hawkins @maleadt

@vchuravy vchuravy added the metal Stuff about the Apple metal back-end. label Feb 8, 2024
@maleadt maleadt closed this as completed Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
metal Stuff about the Apple metal back-end.
Projects
None yet
Development

No branches or pull requests

2 participants