@@ -1272,81 +1272,99 @@ let Features = "avx512bw", Attributes = [NoThrow, Const, Constexpr] in {
12721272 def knotdi : X86Builtin<" unsigned long long int(unsigned long long int)" >;
12731273}
12741274
1275- let Features = " avx512vl,avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
1275+ let Features = " avx512vl,avx512bw" ,
1276+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
12761277 def cmpb128_mask : X86Builtin<" unsigned short(_Vector<16, char>, _Vector<16, char>, _Constant int, unsigned short)" >;
12771278}
12781279
1279- let Features = " avx512vl" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
1280+ let Features = " avx512vl" ,
1281+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
12801282 def cmpd128_mask : X86Builtin<" unsigned char(_Vector<4, int>, _Vector<4, int>, _Constant int, unsigned char)" >;
12811283 def cmpq128_mask : X86Builtin<" unsigned char(_Vector<2, long long int>, _Vector<2, long long int>, _Constant int, unsigned char)" >;
12821284}
12831285
1284- let Features = " avx512vl,avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
1286+ let Features = " avx512vl,avx512bw" ,
1287+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
12851288 def cmpw128_mask : X86Builtin<" unsigned char(_Vector<8, short>, _Vector<8, short>, _Constant int, unsigned char)" >;
12861289}
12871290
1288- let Features = " avx512vl,avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
1291+ let Features = " avx512vl,avx512bw" ,
1292+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
12891293 def cmpb256_mask : X86Builtin<" unsigned int(_Vector<32, char>, _Vector<32, char>, _Constant int, unsigned int)" >;
12901294}
12911295
1292- let Features = " avx512vl" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
1296+ let Features = " avx512vl" ,
1297+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
12931298 def cmpd256_mask : X86Builtin<" unsigned char(_Vector<8, int>, _Vector<8, int>, _Constant int, unsigned char)" >;
12941299 def cmpq256_mask : X86Builtin<" unsigned char(_Vector<4, long long int>, _Vector<4, long long int>, _Constant int, unsigned char)" >;
12951300}
12961301
1297- let Features = " avx512vl,avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
1302+ let Features = " avx512vl,avx512bw" ,
1303+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
12981304 def cmpw256_mask : X86Builtin<" unsigned short(_Vector<16, short>, _Vector<16, short>, _Constant int, unsigned short)" >;
12991305}
13001306
1301- let Features = " avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
1307+ let Features = " avx512bw" ,
1308+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
13021309 def cmpb512_mask : X86Builtin<" unsigned long long int(_Vector<64, char>, _Vector<64, char>, _Constant int, unsigned long long int)" >;
13031310}
13041311
1305- let Features = " avx512f" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
1312+ let Features = " avx512f" ,
1313+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
13061314 def cmpd512_mask : X86Builtin<" unsigned short(_Vector<16, int>, _Vector<16, int>, _Constant int, unsigned short)" >;
13071315 def cmpq512_mask : X86Builtin<" unsigned char(_Vector<8, long long int>, _Vector<8, long long int>, _Constant int, unsigned char)" >;
13081316}
13091317
1310- let Features = " avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
1318+ let Features = " avx512bw" ,
1319+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
13111320 def cmpw512_mask : X86Builtin<" unsigned int(_Vector<32, short>, _Vector<32, short>, _Constant int, unsigned int)" >;
13121321}
13131322
1314- let Features = " avx512vl,avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
1323+ let Features = " avx512vl,avx512bw" ,
1324+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
13151325 def ucmpb128_mask : X86Builtin<" unsigned short(_Vector<16, char>, _Vector<16, char>, _Constant int, unsigned short)" >;
13161326}
13171327
1318- let Features = " avx512vl" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
1328+ let Features = " avx512vl" ,
1329+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
13191330 def ucmpd128_mask : X86Builtin<" unsigned char(_Vector<4, int>, _Vector<4, int>, _Constant int, unsigned char)" >;
13201331 def ucmpq128_mask : X86Builtin<" unsigned char(_Vector<2, long long int>, _Vector<2, long long int>, _Constant int, unsigned char)" >;
13211332}
13221333
1323- let Features = " avx512vl,avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
1334+ let Features = " avx512vl,avx512bw" ,
1335+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<128 >] in {
13241336 def ucmpw128_mask : X86Builtin<" unsigned char(_Vector<8, short>, _Vector<8, short>, _Constant int, unsigned char)" >;
13251337}
13261338
1327- let Features = " avx512vl,avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
1339+ let Features = " avx512vl,avx512bw" ,
1340+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
13281341 def ucmpb256_mask : X86Builtin<" unsigned int(_Vector<32, char>, _Vector<32, char>, _Constant int, unsigned int)" >;
13291342}
13301343
1331- let Features = " avx512vl" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
1344+ let Features = " avx512vl" ,
1345+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
13321346 def ucmpd256_mask : X86Builtin<" unsigned char(_Vector<8, int>, _Vector<8, int>, _Constant int, unsigned char)" >;
13331347 def ucmpq256_mask : X86Builtin<" unsigned char(_Vector<4, long long int>, _Vector<4, long long int>, _Constant int, unsigned char)" >;
13341348}
13351349
1336- let Features = " avx512vl,avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
1350+ let Features = " avx512vl,avx512bw" ,
1351+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256 >] in {
13371352 def ucmpw256_mask : X86Builtin<" unsigned short(_Vector<16, short>, _Vector<16, short>, _Constant int, unsigned short)" >;
13381353}
13391354
1340- let Features = " avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
1355+ let Features = " avx512bw" ,
1356+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
13411357 def ucmpb512_mask : X86Builtin<" unsigned long long int(_Vector<64, char>, _Vector<64, char>, _Constant int, unsigned long long int)" >;
13421358}
13431359
1344- let Features = " avx512f" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
1360+ let Features = " avx512f" ,
1361+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
13451362 def ucmpd512_mask : X86Builtin<" unsigned short(_Vector<16, int>, _Vector<16, int>, _Constant int, unsigned short)" >;
13461363 def ucmpq512_mask : X86Builtin<" unsigned char(_Vector<8, long long int>, _Vector<8, long long int>, _Constant int, unsigned char)" >;
13471364}
13481365
1349- let Features = " avx512bw" , Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
1366+ let Features = " avx512bw" ,
1367+ Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<512 >] in {
13501368 def ucmpw512_mask : X86Builtin<" unsigned int(_Vector<32, short>, _Vector<32, short>, _Constant int, unsigned int)" >;
13511369}
13521370
0 commit comments