This is an archive of the discontinued LLVM Phabricator instance.

[mlir:PDLL] Fix signature help for operation operands
ClosedPublic

Authored by rriddle on May 2 2022, 10:16 AM.

Details

Summary

We were currently only completing on the first operand because
the completion check was outside of the parse loop.

Diff Detail

Event Timeline

rriddle created this revision.May 2 2022, 10:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 2 2022, 10:16 AM
rriddle requested review of this revision.May 2 2022, 10:16 AM
rriddle updated this revision to Diff 426839.May 3 2022, 2:30 PM
rriddle updated this revision to Diff 429572.May 15 2022, 3:24 PM
rriddle updated this revision to Diff 430289.May 18 2022, 2:19 AM
rriddle updated this revision to Diff 430849.May 19 2022, 4:38 PM
rriddle updated this revision to Diff 431753.May 24 2022, 12:22 PM
jpienaar accepted this revision.May 28 2022, 11:27 AM
This revision is now accepted and ready to land.May 28 2022, 11:27 AM
This revision was automatically updated to reflect the committed changes.