diff options
author | River Riddle <riddleriver@gmail.com> | 2021-05-07 17:55:52 -0700 |
---|---|---|
committer | River Riddle <riddleriver@gmail.com> | 2021-05-07 18:09:01 -0700 |
commit | 5c84195b8ccb0c1352cd040a01b7b56374dd7ba6 (patch) | |
tree | a42e53267f9b26e8a2f37e1e97a307ae60345639 /llvm/lib/CodeGen/MachinePassManager.cpp | |
parent | ddff81f6925655ac82fc70ebeb6edc511a62b3b5 (diff) | |
download | llvm-5c84195b8ccb0c1352cd040a01b7b56374dd7ba6.zip llvm-5c84195b8ccb0c1352cd040a01b7b56374dd7ba6.tar.gz llvm-5c84195b8ccb0c1352cd040a01b7b56374dd7ba6.tar.bz2 |
[mlir] Add hover support to mlir-lsp-server
This provides information when the user hovers over a part of the source .mlir file. This revision adds the following hover behavior:
* Operation:
- Shows the generic form.
* Operation Result:
- Shows the parent operation name, result number(s), and type(s).
* Block:
- Shows the parent operation name, block number, predecessors, and successors.
* Block Argument:
- Shows the parent operation name, parent block, argument number, and type.
Differential Revision: https://reviews.llvm.org/D101113
Diffstat (limited to 'llvm/lib/CodeGen/MachinePassManager.cpp')
0 files changed, 0 insertions, 0 deletions