[llvm] Disable the extension of i8/i16 arguments to i32 on arm64, since the ios calli...
authorZoltan Varga <vargaz@gmail.com>
Wed, 29 Oct 2014 16:55:31 +0000 (12:55 -0400)
committerZoltan Varga <vargaz@gmail.com>
Wed, 29 Oct 2014 16:55:31 +0000 (12:55 -0400)
commitdcdc8414df2cb881392b13bb9b39899590f72858
treef251d335d2e7baad311dc542da07f7aa9c59c0ec
parent2e8f21d4f2402516b81ed42aacf0f1d43103621e
[llvm] Disable the extension of i8/i16 arguments to i32 on arm64, since the ios calling convention passes them differently than i32. Fixes #22800.
mono/mini/mini-llvm.c