[llvm-dev] Adding a new polymorphic type for the WebAssembly backend

Paulo Matos via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 12 06:16:12 PST 2021


Paulo Matos via llvm-dev <llvm-dev at lists.llvm.org> writes:

> Part of the work in D111227 (https://reviews.llvm.org/D111227) has been
> to define a new polymorphic type llvm_anyref_ty that recognizes both
> externref and funcref types.

I have now updated D111227 to contain only a refactored implementation
of the new polymorphic type `llvm_anyref_ty`, and will include
WebAssembly related intrinsics in a further revision. This should
simplify the review of this target independent patch.

I would appreciate any comments or ideas on the patch.

Thanks,

-- 
Paulo Matos


More information about the llvm-dev mailing list