Issue |
149081
|
Summary |
[mlir][bufferization] Typo in to_tensor op's summary field
|
Labels |
mlir
|
Assignees |
|
Reporter |
ckoparkar
|
In ee070d08163ac09842d9bf0c1315f311df39faf1, `to_tensor` op's summary field was edited as follows:
```diff
-let summary = "create a tensor from a `memref`";
+let summary = "create a buffer-like type from a tensor-like type";
```
It should instead be `create a tensor-like type from a buffer-like type` right?
/cc @matthias-springer @andrey-golubev
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs