This is an archive of the discontinued LLVM Phabricator instance.

[mlir][PDLL] Add signature help to the PDLL language server
ClosedPublic

Authored by rriddle on Mar 13 2022, 12:47 AM.

Details

Summary

This commit adds signature support to the language server,
and initially supports providing help for: operation operands and results,
and constraint/rewrite calls.

Diff Detail

Event Timeline

rriddle created this revision.Mar 13 2022, 12:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2022, 12:47 AM
rriddle requested review of this revision.Mar 13 2022, 12:47 AM
rriddle updated this revision to Diff 415002.Mar 13 2022, 10:16 PM
rriddle edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Mar 16 2022, 12:40 AM
jpienaar accepted this revision.Mar 17 2022, 7:29 AM
rriddle updated this revision to Diff 416682.Mar 19 2022, 3:37 AM