[llvm-dev] LLVM C api changes

Jeroen Dobbelaere via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 23 10:27:10 PDT 2021


For https://reviews.llvm.org/D99173 I need to introduce an extra 'LLVMModuleRef' argument to
'LLVMIntrinsicCopyOverloadedName', so that we correctly handle intrinsics with arguments based
on unnamed types.

Can this be done ? Or is it recommended to add a 'LLVMIntrinsicCopeOverloadedName2' with the extra argument ?
And keep the original one for backwards compatibility ?

Thanks,

Jeroen Dobbelaere



More information about the llvm-dev mailing list