[llvm] Map byref types to the same type as the this argument so they are called using...
authorZoltan Varga <vargaz@gmail.com>
Sat, 16 Sep 2017 07:44:05 +0000 (03:44 -0400)
committerGitHub <noreply@github.com>
Sat, 16 Sep 2017 07:44:05 +0000 (03:44 -0400)
commit7348e275ffe2683f1b6e5b738e4d21f0fe561835
tree4659eb6555a080d72a531a41f8e167edc6138a4e
parente88f9c11f1c432f82b2fb0ff5c319e247b50e2da
[llvm] Map byref types to the same type as the this argument so they are called using the same signature if the this argument is passed explicitly. Fixes #59436. (#5572)
mono/mini/iltests.il
mono/mini/mini-llvm.c