Lines Matching refs:MLIR
1 # MLIR : Language Server Protocol
7 extensions for various MLIR-related languages. An LSP language extension is
14 ## MLIR LSP Language Server : `mlir-lsp-server`
16 MLIR provides an implementation of an LSP language server for `.mlir` text files
17 in the form of the `mlir-lsp-server` tool. This tool interacts with the MLIR C++
22 `mlir-lsp-server`, like many other MLIR based tools, relies on having the
25 main MLIR repository provides support for all of the upstream MLIR dialects and
48 This section details a few of the features that the MLIR language server
63 MLIR provides
128 MLIR provides an implementation of an LSP language server for `.pdll` text files
254 MLIR provides an implementation of an LSP language server for `.td` text files
325 The design of the various language servers provided by MLIR are effectively the
353 from the LSP world to the language-specific world (e.g. MLIR, PDLL, etc.). In
368 the language servers provided by MLIR should work with any of them, though
374 Provides language IDE features for [MLIR](https://mlir.llvm.org/) related
375 languages: [MLIR](#mlir---mlir-textual-assembly-format),
378 #### `.mlir` - MLIR textual assembly format:
380 The MLIR extension adds language support for the
381 [MLIR textual assembly format](https://mlir.llvm.org/docs/LangRef/):
404 #### `.pdll` - MLIR PDLL pattern files:
406 The MLIR extension adds language support for the
415 - View intermediate AST, MLIR, or C++ output
443 The MLIR extension adds language support for the