A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"
[llvm/stm8.git] / test / Transforms / MergeFunc / vectors-and-arrays.ll
blobdc64a0858ba845a1dbdc23736478d96c503c2d37
1 ; RUN: opt -mergefunc < %s -disable-output -stats | not grep merged
2 ; This used to crash with an assert.
4 define <2 x i8> @v1(<2 x i8> %x) {
5   ret <2 x i8> %x
8 define <4 x i8> @v2(<4 x i8> %x) {
9   ret <4 x i8> %x
12 define [2 x i8] @a1([2 x i8] %x) {
13   ret [2 x i8] %x
16 define [4 x i8] @a2([4 x i8] %x) {
17   ret [4 x i8] %x