File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -972,10 +972,6 @@ def Vector_ScalableInsertOp :
972
972
VectorType getDestVectorType() {
973
973
return ::llvm::cast<VectorType>(getDest().getType());
974
974
}
975
- /// Wrapper for getResult, which replaced getRes.
976
- [[deprecated("Use getResult instead!")]] ::mlir::Value getRes() {
977
- return getResult();
978
- }
979
975
}];
980
976
}
981
977
@@ -1027,10 +1023,6 @@ def Vector_ScalableExtractOp :
1027
1023
VectorType getResultVectorType() {
1028
1024
return ::llvm::cast<VectorType>(getResult().getType());
1029
1025
}
1030
- /// Wrapper for getResult, which replaced getRes.
1031
- [[deprecated("Use getResult instead!")]] ::mlir::Value getRes() {
1032
- return getResult();
1033
- }
1034
1026
}];
1035
1027
}
1036
1028
@@ -1085,10 +1077,6 @@ def Vector_InsertStridedSliceOp :
1085
1077
return ::llvm::cast<IntegerAttr>(attr).getInt() != 1;
1086
1078
});
1087
1079
}
1088
- /// Wrapper for getResult, which replaced getRes.
1089
- [[deprecated("Use getResult instead!")]] ::mlir::Value getRes() {
1090
- return getResult();
1091
- }
1092
1080
}];
1093
1081
1094
1082
let hasFolder = 1;
Original file line number Diff line number Diff line change @@ -187,12 +187,6 @@ def VectorTransferOpInterface : OpInterface<"VectorTransferOpInterface"> {
187
187
return inBounds;
188
188
}
189
189
190
- /// Wrapper for getBase, which replaced getSource.
191
- [[deprecated("Use getBase instead!")]]
192
- ::mlir::Value getSource() {
193
- return $_op.getBase();
194
- }
195
-
196
190
/// Return the number of leading shaped dimensions (of the "source" operand)
197
191
/// that do not participate in the permutation map.
198
192
unsigned getLeadingShapedRank() {
You can’t perform that action at this time.
0 commit comments