There is an (probably) unintended bracket in the documentation for memref.subview. See https://mlir.llvm.org/docs/Dialects/MemRef/#memrefsubview-mlirmemrefsubviewop below Example 5.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Markdown is probably the forgiving one :) tblgen side [{ and }] demark the string literal but beyond that it doesn't care.
But yeah I was looking at some of the ops on mlir.dev and noticed some formatting issues, thanks for fixing this one!