Cleanup the MLIR LSP doc to remove references to the passes
authorMehdi Amini <joker.eph@gmail.com>
Thu, 15 Jun 2023 16:42:58 +0000 (18:42 +0200)
committerMehdi Amini <joker.eph@gmail.com>
Thu, 15 Jun 2023 16:56:19 +0000 (18:56 +0200)
commited7dce23c2d234e4bf8ad573ce3453d9acab47f0
treec369f92891b388281743d44ed237779c0ce40497
parent6c1740f462809b44ae7a312fc44642d3cb8cea61
Cleanup the MLIR LSP doc to remove references to the passes

The MLIR LSP server initially had plans to support running passes from the
client, but this was never implemented. The doc unnecessarily advise to
register passes and makes reference to LSP server having some interaction
with passes.

Differential Revision: https://reviews.llvm.org/D153046
mlir/docs/Tools/MLIRLSP.md