This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add UnitParameter to indicate the presence of a flag
AbandonedPublic

Authored by jdd on Sep 5 2023, 9:32 PM.

Details

Reviewers
rriddle
Summary

A type or attribute parameter which wraps UnitAttr with no printing. Helpful in
conjunction with the declarative assembly format's optional parens.

Diff Detail

Event Timeline

jdd created this revision.Sep 5 2023, 9:32 PM
Herald added a project: Restricted Project. · View Herald Transcript
jdd requested review of this revision.Sep 5 2023, 9:32 PM
jdd abandoned this revision.Sep 5 2023, 9:33 PM

Will create a PR.