This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Improve op parse error message for AtLeastNOperands trait
ClosedPublic

Authored by bondhugula on Sep 14 2021, 1:56 AM.

Details

Summary

Improve parse error message for "at least N operands" op trait.

Diff Detail

Event Timeline

bondhugula created this revision.Sep 14 2021, 1:56 AM
bondhugula requested review of this revision.Sep 14 2021, 1:56 AM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 14 2021, 2:32 AM
This revision was automatically updated to reflect the committed changes.

Thanks for this!