@@ -1048,7 +1048,7 @@ void test65(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, uns
1048
1048
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP1]], i8* [[TMP2]])
1049
1049
// CHECK-NEXT: ret void
1050
1050
//
1051
- void test66 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1051
+ void test66 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1052
1052
__vector_pair vp = __builtin_vsx_lxvp (0L , vpp );
1053
1053
__builtin_vsx_stxvp (vp , 0L , vp2 );
1054
1054
}
@@ -1063,7 +1063,7 @@ void test66(const __vector_pair *vpp, const __vector_pair *vp2) {
1063
1063
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1064
1064
// CHECK-NEXT: ret void
1065
1065
//
1066
- void test67 (const __vector_pair * vpp , signed long offset , const __vector_pair * vp2 ) {
1066
+ void test67 (const __vector_pair * vpp , signed long offset , __vector_pair * vp2 ) {
1067
1067
__vector_pair vp = __builtin_vsx_lxvp (offset , vpp );
1068
1068
__builtin_vsx_stxvp (vp , offset , vp2 );
1069
1069
}
@@ -1078,7 +1078,7 @@ void test67(const __vector_pair *vpp, signed long offset, const __vector_pair *v
1078
1078
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1079
1079
// CHECK-NEXT: ret void
1080
1080
//
1081
- void test68 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1081
+ void test68 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1082
1082
__vector_pair vp = __builtin_vsx_lxvp (18L , vpp );
1083
1083
__builtin_vsx_stxvp (vp , 18L , vp2 );
1084
1084
}
@@ -1093,7 +1093,7 @@ void test68(const __vector_pair *vpp, const __vector_pair *vp2) {
1093
1093
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1094
1094
// CHECK-NEXT: ret void
1095
1095
//
1096
- void test69 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1096
+ void test69 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1097
1097
__vector_pair vp = __builtin_vsx_lxvp (1L , vpp );
1098
1098
__builtin_vsx_stxvp (vp , 1L , vp2 );
1099
1099
}
@@ -1108,7 +1108,7 @@ void test69(const __vector_pair *vpp, const __vector_pair *vp2) {
1108
1108
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1109
1109
// CHECK-NEXT: ret void
1110
1110
//
1111
- void test70 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1111
+ void test70 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1112
1112
__vector_pair vp = __builtin_vsx_lxvp (42L , vpp );
1113
1113
__builtin_vsx_stxvp (vp , 42L , vp2 );
1114
1114
}
@@ -1123,7 +1123,7 @@ void test70(const __vector_pair *vpp, const __vector_pair *vp2) {
1123
1123
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1124
1124
// CHECK-NEXT: ret void
1125
1125
//
1126
- void test71 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1126
+ void test71 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1127
1127
__vector_pair vp = __builtin_vsx_lxvp (32768L , vpp );
1128
1128
__builtin_vsx_stxvp (vp , 32768L , vp2 );
1129
1129
}
@@ -1138,7 +1138,7 @@ void test71(const __vector_pair *vpp, const __vector_pair *vp2) {
1138
1138
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1139
1139
// CHECK-NEXT: ret void
1140
1140
//
1141
- void test72 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1141
+ void test72 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1142
1142
__vector_pair vp = __builtin_vsx_lxvp (32799L , vpp );
1143
1143
__builtin_vsx_stxvp (vp , 32799L , vp2 );
1144
1144
}
@@ -1240,7 +1240,7 @@ void test77(unsigned char *vqp, unsigned char *vpp, vector unsigned char vc, uns
1240
1240
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP1]], i8* [[TMP2]])
1241
1241
// CHECK-NEXT: ret void
1242
1242
//
1243
- void test78 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1243
+ void test78 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1244
1244
__vector_pair vp = __builtin_mma_lxvp (0L , vpp );
1245
1245
__builtin_mma_stxvp (vp , 0L , vp2 );
1246
1246
}
@@ -1255,7 +1255,7 @@ void test78(const __vector_pair *vpp, const __vector_pair *vp2) {
1255
1255
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1256
1256
// CHECK-NEXT: ret void
1257
1257
//
1258
- void test79 (const __vector_pair * vpp , signed long offset , const __vector_pair * vp2 ) {
1258
+ void test79 (const __vector_pair * vpp , signed long offset , __vector_pair * vp2 ) {
1259
1259
__vector_pair vp = __builtin_mma_lxvp (offset , vpp );
1260
1260
__builtin_mma_stxvp (vp , offset , vp2 );
1261
1261
}
@@ -1270,7 +1270,7 @@ void test79(const __vector_pair *vpp, signed long offset, const __vector_pair *v
1270
1270
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1271
1271
// CHECK-NEXT: ret void
1272
1272
//
1273
- void test80 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1273
+ void test80 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1274
1274
__vector_pair vp = __builtin_mma_lxvp (18L , vpp );
1275
1275
__builtin_mma_stxvp (vp , 18L , vp2 );
1276
1276
}
@@ -1285,7 +1285,7 @@ void test80(const __vector_pair *vpp, const __vector_pair *vp2) {
1285
1285
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1286
1286
// CHECK-NEXT: ret void
1287
1287
//
1288
- void test81 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1288
+ void test81 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1289
1289
__vector_pair vp = __builtin_mma_lxvp (1L , vpp );
1290
1290
__builtin_mma_stxvp (vp , 1L , vp2 );
1291
1291
}
@@ -1300,7 +1300,7 @@ void test81(const __vector_pair *vpp, const __vector_pair *vp2) {
1300
1300
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1301
1301
// CHECK-NEXT: ret void
1302
1302
//
1303
- void test82 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1303
+ void test82 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1304
1304
__vector_pair vp = __builtin_mma_lxvp (42L , vpp );
1305
1305
__builtin_mma_stxvp (vp , 42L , vp2 );
1306
1306
}
@@ -1315,7 +1315,7 @@ void test82(const __vector_pair *vpp, const __vector_pair *vp2) {
1315
1315
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1316
1316
// CHECK-NEXT: ret void
1317
1317
//
1318
- void test83 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1318
+ void test83 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1319
1319
__vector_pair vp = __builtin_mma_lxvp (32768L , vpp );
1320
1320
__builtin_mma_stxvp (vp , 32768L , vp2 );
1321
1321
}
@@ -1330,7 +1330,7 @@ void test83(const __vector_pair *vpp, const __vector_pair *vp2) {
1330
1330
// CHECK-NEXT: tail call void @llvm.ppc.vsx.stxvp(<256 x i1> [[TMP2]], i8* [[TMP4]])
1331
1331
// CHECK-NEXT: ret void
1332
1332
//
1333
- void test84 (const __vector_pair * vpp , const __vector_pair * vp2 ) {
1333
+ void test84 (const __vector_pair * vpp , __vector_pair * vp2 ) {
1334
1334
__vector_pair vp = __builtin_mma_lxvp (32799L , vpp );
1335
1335
__builtin_mma_stxvp (vp , 32799L , vp2 );
1336
1336
}
0 commit comments