You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, is there any reason for you to not to include LLVM's intrinsic functions like LLVMLookupIntrinsicID, LLVMGetIntrinsicDeclaration? They provide easy way to handle intrinsic functions, especially for overloaded ones.
The text was updated successfully, but these errors were encountered:
No particular reason, but you can already create LLVM intrinsics by declaring a function. If you prefer special support for this, feel free to make a pull request.
Hey, is there any reason for you to not to include LLVM's intrinsic functions like
LLVMLookupIntrinsicID
,LLVMGetIntrinsicDeclaration
? They provide easy way to handle intrinsic functions, especially for overloaded ones.The text was updated successfully, but these errors were encountered: