[llvm] Mark Vector128/Vector256 types as SIMD.
commit798af6613796fcbe11cf20a33a889705483197a7
authorZoltan Varga <vargaz@gmail.com>
Thu, 22 Aug 2019 06:01:17 +0000 (22 02:01 -0400)
committerMarek Safar <marek.safar@gmail.com>
Mon, 9 Sep 2019 17:09:29 +0000 (9 19:09 +0200)
tree62b612dc72f45fcba68ccaecbeb2590455d3018d
parente563d3c76c448935b8c1f83b27a44a91478856ac
[llvm] Mark Vector128/Vector256 types as SIMD.

These are not currently supported, but marking them as simd helps llvm eliminate dead variables with these types, since
XZERO is easier to eliminate than VZERO.
mono/metadata/class-init.c
mono/mini/mini-llvm.c