[all-commits] [llvm/llvm-project] 82b654: [mlir:vscode] Add support for loading big bytecode...

River Riddle via All-commits all-commits at lists.llvm.org
Tue Sep 6 14:49:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82b65496540fbee7720a4fa47ebc3c3dac128980
      https://github.com/llvm/llvm-project/commit/82b65496540fbee7720a4fa47ebc3c3dac128980
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  Changed paths:
    M mlir/utils/vscode/src/MLIR/bytecodeProvider.ts

  Log Message:
  -----------
  [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




More information about the All-commits mailing list