File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
mlir/include/mlir/Dialect/Vector/IR Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ def Vector_ExtractElementOp :
638638 Results<(outs AnyType:$result)> {
639639 let summary = "extractelement operation";
640640 let description = [{
641- Note: This operation is depreciated . Please use vector.extract insert.
641+ Note: This operation is deprecated . Please use vector.extract insert.
642642
643643 Takes a 0-D or 1-D vector and a optional dynamic index position and
644644 extracts the scalar at that position.
@@ -826,7 +826,7 @@ def Vector_InsertElementOp :
826826 Results<(outs AnyVectorOfAnyRank:$result)> {
827827 let summary = "insertelement operation";
828828 let description = [{
829- Note: This operation is depreciated . Please use vector.insert instead.
829+ Note: This operation is deprecated . Please use vector.insert instead.
830830
831831 Takes a scalar source, a 0-D or 1-D destination vector and a dynamic index
832832 position and inserts the source into the destination at the proper position.
You can’t perform that action at this time.
0 commit comments