71 lines · plain
1; RUN: %lli -jit-kind=mcjit %s > /dev/null2; RUN: %lli %s > /dev/null3 4define i32 @main() {5 %int1 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>6 %int2 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>7 %long1 = add <2 x i64> <i64 0, i64 0>, <i64 0, i64 0>8 %long2 = add <2 x i64> <i64 0, i64 0>, <i64 0, i64 0>9 %sbyte1 = add <5 x i8> <i8 0, i8 0, i8 0, i8 0, i8 0>, <i8 0, i8 0, i8 0, i8 0, i8 0>10 %sbyte2 = add <5 x i8> <i8 0, i8 0, i8 0, i8 0, i8 0>, <i8 0, i8 0, i8 0, i8 0, i8 0>11 %short1 = add <4 x i16> <i16 0, i16 0, i16 0, i16 0>, <i16 0, i16 0, i16 0, i16 0>12 %short2 = add <4 x i16> <i16 0, i16 0, i16 0, i16 0>, <i16 0, i16 0, i16 0, i16 0>13 %ubyte1 = add <5 x i8> <i8 0, i8 0, i8 0, i8 0, i8 0>, <i8 0, i8 0, i8 0, i8 0, i8 0>14 %ubyte2 = add <5 x i8> <i8 0, i8 0, i8 0, i8 0, i8 0>, <i8 0, i8 0, i8 0, i8 0, i8 0>15 %uint1 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>16 %uint2 = add <3 x i32> <i32 0, i32 0, i32 0>, <i32 0, i32 0, i32 0>17 %ulong1 = add <2 x i64> <i64 0, i64 0>, <i64 0, i64 0>18 %ulong2 = add <2 x i64> <i64 0, i64 0>, <i64 0, i64 0>19 %ushort1 = add <4 x i16> <i16 0, i16 0, i16 0, i16 0>, <i16 0, i16 0, i16 0, i16 0>20 %ushort2 = add <4 x i16> <i16 0, i16 0, i16 0, i16 0>, <i16 0, i16 0, i16 0, i16 0>21 %test1 = icmp eq <5 x i8> %ubyte1, %ubyte222 %test2 = icmp uge <5 x i8> %ubyte1, %ubyte223 %test3 = icmp ugt <5 x i8> %ubyte1, %ubyte224 %test4 = icmp ule <5 x i8> %ubyte1, %ubyte225 %test5 = icmp ult <5 x i8> %ubyte1, %ubyte226 %test6 = icmp ne <5 x i8> %ubyte1, %ubyte227 %test7 = icmp eq <4 x i16> %ushort1, %ushort228 %test8 = icmp uge <4 x i16> %ushort1, %ushort229 %test9 = icmp ugt <4 x i16> %ushort1, %ushort230 %test10 = icmp ule <4 x i16> %ushort1, %ushort231 %test11 = icmp ult <4 x i16> %ushort1, %ushort232 %test12 = icmp ne <4 x i16> %ushort1, %ushort2 33 %test13 = icmp eq <3 x i32> %uint1, %uint234 %test14 = icmp uge <3 x i32> %uint1, %uint235 %test15 = icmp ugt <3 x i32> %uint1, %uint236 %test16 = icmp ule <3 x i32> %uint1, %uint237 %test17 = icmp ult <3 x i32> %uint1, %uint238 %test18 = icmp ne <3 x i32> %uint1, %uint239 %test19 = icmp eq <2 x i64> %ulong1, %ulong240 %test20 = icmp uge <2 x i64> %ulong1, %ulong241 %test21 = icmp ugt <2 x i64> %ulong1, %ulong242 %test22 = icmp ule <2 x i64> %ulong1, %ulong243 %test23 = icmp ult <2 x i64> %ulong1, %ulong244 %test24 = icmp ne <2 x i64> %ulong1, %ulong245 %test25 = icmp eq <5 x i8> %sbyte1, %sbyte246 %test26 = icmp sge <5 x i8> %sbyte1, %sbyte247 %test27 = icmp sgt <5 x i8> %sbyte1, %sbyte248 %test28 = icmp sle <5 x i8> %sbyte1, %sbyte249 %test29 = icmp slt <5 x i8> %sbyte1, %sbyte250 %test30 = icmp ne <5 x i8> %sbyte1, %sbyte251 %test31 = icmp eq <4 x i16> %short1, %short252 %test32 = icmp sge <4 x i16> %short1, %short253 %test33 = icmp sgt <4 x i16> %short1, %short254 %test34 = icmp sle <4 x i16> %short1, %short255 %test35 = icmp slt <4 x i16> %short1, %short256 %test36 = icmp ne <4 x i16> %short1, %short257 %test37 = icmp eq <3 x i32> %int1, %int258 %test38 = icmp sge <3 x i32> %int1, %int259 %test39 = icmp sgt <3 x i32> %int1, %int260 %test40 = icmp sle <3 x i32> %int1, %int261 %test41 = icmp slt <3 x i32> %int1, %int262 %test42 = icmp ne <3 x i32> %int1, %int263 %test43 = icmp eq <2 x i64> %long1, %long264 %test44 = icmp sge <2 x i64> %long1, %long265 %test45 = icmp sgt <2 x i64> %long1, %long266 %test46 = icmp sle <2 x i64> %long1, %long267 %test47 = icmp slt <2 x i64> %long1, %long268 %test48 = icmp ne <2 x i64> %long1, %long269 ret i32 070}71