@@ -173,7 +173,7 @@ namespace {
173
173
// ===----------------------------------------------------------------------===//
174
174
175
175
struct ConvertConstant final : OpConversionPattern<arith::ConstantOp> {
176
- using OpConversionPattern::OpConversionPattern ;
176
+ using Base::Base ;
177
177
178
178
LogicalResult
179
179
matchAndRewrite (arith::ConstantOp op, OpAdaptor,
@@ -235,7 +235,7 @@ struct ConvertConstant final : OpConversionPattern<arith::ConstantOp> {
235
235
// ===----------------------------------------------------------------------===//
236
236
237
237
struct ConvertAddI final : OpConversionPattern<arith::AddIOp> {
238
- using OpConversionPattern::OpConversionPattern ;
238
+ using Base::Base ;
239
239
240
240
LogicalResult
241
241
matchAndRewrite (arith::AddIOp op, OpAdaptor adaptor,
@@ -325,7 +325,7 @@ static arith::CmpIPredicate toUnsignedPredicate(arith::CmpIPredicate pred) {
325
325
}
326
326
327
327
struct ConvertCmpI final : OpConversionPattern<arith::CmpIOp> {
328
- using OpConversionPattern::OpConversionPattern ;
328
+ using Base::Base ;
329
329
330
330
LogicalResult
331
331
matchAndRewrite (arith::CmpIOp op, OpAdaptor adaptor,
@@ -381,7 +381,7 @@ struct ConvertCmpI final : OpConversionPattern<arith::CmpIOp> {
381
381
// ===----------------------------------------------------------------------===//
382
382
383
383
struct ConvertMulI final : OpConversionPattern<arith::MulIOp> {
384
- using OpConversionPattern::OpConversionPattern ;
384
+ using Base::Base ;
385
385
386
386
LogicalResult
387
387
matchAndRewrite (arith::MulIOp op, OpAdaptor adaptor,
@@ -422,7 +422,7 @@ struct ConvertMulI final : OpConversionPattern<arith::MulIOp> {
422
422
// ===----------------------------------------------------------------------===//
423
423
424
424
struct ConvertExtSI final : OpConversionPattern<arith::ExtSIOp> {
425
- using OpConversionPattern::OpConversionPattern ;
425
+ using Base::Base ;
426
426
427
427
LogicalResult
428
428
matchAndRewrite (arith::ExtSIOp op, OpAdaptor adaptor,
@@ -460,7 +460,7 @@ struct ConvertExtSI final : OpConversionPattern<arith::ExtSIOp> {
460
460
// ===----------------------------------------------------------------------===//
461
461
462
462
struct ConvertExtUI final : OpConversionPattern<arith::ExtUIOp> {
463
- using OpConversionPattern::OpConversionPattern ;
463
+ using Base::Base ;
464
464
465
465
LogicalResult
466
466
matchAndRewrite (arith::ExtUIOp op, OpAdaptor adaptor,
@@ -598,7 +598,7 @@ struct ConvertIndexCastIndexToInt final : OpConversionPattern<CastOp> {
598
598
// ===----------------------------------------------------------------------===//
599
599
600
600
struct ConvertSelect final : OpConversionPattern<arith::SelectOp> {
601
- using OpConversionPattern::OpConversionPattern ;
601
+ using Base::Base ;
602
602
603
603
LogicalResult
604
604
matchAndRewrite (arith::SelectOp op, OpAdaptor adaptor,
@@ -631,7 +631,7 @@ struct ConvertSelect final : OpConversionPattern<arith::SelectOp> {
631
631
// ===----------------------------------------------------------------------===//
632
632
633
633
struct ConvertShLI final : OpConversionPattern<arith::ShLIOp> {
634
- using OpConversionPattern::OpConversionPattern ;
634
+ using Base::Base ;
635
635
636
636
LogicalResult
637
637
matchAndRewrite (arith::ShLIOp op, OpAdaptor adaptor,
@@ -720,7 +720,7 @@ struct ConvertShLI final : OpConversionPattern<arith::ShLIOp> {
720
720
// ===----------------------------------------------------------------------===//
721
721
722
722
struct ConvertShRUI final : OpConversionPattern<arith::ShRUIOp> {
723
- using OpConversionPattern::OpConversionPattern ;
723
+ using Base::Base ;
724
724
725
725
LogicalResult
726
726
matchAndRewrite (arith::ShRUIOp op, OpAdaptor adaptor,
@@ -809,7 +809,7 @@ struct ConvertShRUI final : OpConversionPattern<arith::ShRUIOp> {
809
809
// ===----------------------------------------------------------------------===//
810
810
811
811
struct ConvertShRSI final : OpConversionPattern<arith::ShRSIOp> {
812
- using OpConversionPattern::OpConversionPattern ;
812
+ using Base::Base ;
813
813
814
814
LogicalResult
815
815
matchAndRewrite (arith::ShRSIOp op, OpAdaptor adaptor,
@@ -872,7 +872,7 @@ struct ConvertShRSI final : OpConversionPattern<arith::ShRSIOp> {
872
872
// ===----------------------------------------------------------------------===//
873
873
874
874
struct ConvertSubI final : OpConversionPattern<arith::SubIOp> {
875
- using OpConversionPattern::OpConversionPattern ;
875
+ using Base::Base ;
876
876
877
877
LogicalResult
878
878
matchAndRewrite (arith::SubIOp op, OpAdaptor adaptor,
@@ -912,7 +912,7 @@ struct ConvertSubI final : OpConversionPattern<arith::SubIOp> {
912
912
// ===----------------------------------------------------------------------===//
913
913
914
914
struct ConvertSIToFP final : OpConversionPattern<arith::SIToFPOp> {
915
- using OpConversionPattern::OpConversionPattern ;
915
+ using Base::Base ;
916
916
917
917
LogicalResult
918
918
matchAndRewrite (arith::SIToFPOp op, OpAdaptor adaptor,
@@ -951,7 +951,7 @@ struct ConvertSIToFP final : OpConversionPattern<arith::SIToFPOp> {
951
951
// ===----------------------------------------------------------------------===//
952
952
953
953
struct ConvertUIToFP final : OpConversionPattern<arith::UIToFPOp> {
954
- using OpConversionPattern::OpConversionPattern ;
954
+ using Base::Base ;
955
955
956
956
LogicalResult
957
957
matchAndRewrite (arith::UIToFPOp op, OpAdaptor adaptor,
@@ -1015,7 +1015,7 @@ struct ConvertUIToFP final : OpConversionPattern<arith::UIToFPOp> {
1015
1015
// ===----------------------------------------------------------------------===//
1016
1016
1017
1017
struct ConvertFPToSI final : OpConversionPattern<arith::FPToSIOp> {
1018
- using OpConversionPattern::OpConversionPattern ;
1018
+ using Base::Base ;
1019
1019
1020
1020
LogicalResult
1021
1021
matchAndRewrite (arith::FPToSIOp op, OpAdaptor adaptor,
@@ -1065,7 +1065,7 @@ struct ConvertFPToSI final : OpConversionPattern<arith::FPToSIOp> {
1065
1065
// ===----------------------------------------------------------------------===//
1066
1066
1067
1067
struct ConvertFPToUI final : OpConversionPattern<arith::FPToUIOp> {
1068
- using OpConversionPattern::OpConversionPattern ;
1068
+ using Base::Base ;
1069
1069
1070
1070
LogicalResult
1071
1071
matchAndRewrite (arith::FPToUIOp op, OpAdaptor adaptor,
@@ -1137,7 +1137,7 @@ struct ConvertFPToUI final : OpConversionPattern<arith::FPToUIOp> {
1137
1137
// ===----------------------------------------------------------------------===//
1138
1138
1139
1139
struct ConvertTruncI final : OpConversionPattern<arith::TruncIOp> {
1140
- using OpConversionPattern::OpConversionPattern ;
1140
+ using Base::Base ;
1141
1141
1142
1142
LogicalResult
1143
1143
matchAndRewrite (arith::TruncIOp op, OpAdaptor adaptor,
@@ -1166,7 +1166,7 @@ struct ConvertTruncI final : OpConversionPattern<arith::TruncIOp> {
1166
1166
// ===----------------------------------------------------------------------===//
1167
1167
1168
1168
struct ConvertVectorPrint final : OpConversionPattern<vector::PrintOp> {
1169
- using OpConversionPattern::OpConversionPattern ;
1169
+ using Base::Base ;
1170
1170
1171
1171
LogicalResult
1172
1172
matchAndRewrite (vector::PrintOp op, OpAdaptor adaptor,
0 commit comments