| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir:vscode] Add support for loading big bytecode files VSCode doesn't let our extension manage files >50mb. This commit adds a proper diagnostic in this case, and also gives the user an option to open as a temporary .mlir file instead. Differential Revision: https://reviews.llvm.org/D133242 | 3 年前 | |
[mlir:vscode] Add support for viewing and editing a bytecode file as .mlir This commit adds support for interacting with a (valid) bytecode file in the same way as .mlir. This allows editing, using all of the traditional LSP features, etc. but still using bytecode as the on-disk serialization format. Loading a bytecode file this way will fail if the bytecode is invalid, and saving will fail if the edited .mlir is invalid. Differential Revision: https://reviews.llvm.org/D132970 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 3 年前 |