This is an archive of the discontinued LLVM Phabricator instance.

Change elided large constant syntax to make it more explicit
ClosedPublic

Authored by mehdi_amini on Jan 19 2022, 11:59 AM.

Details

Summary

When the printer is requested to elide large constant, we emit an opaque
attribute instead. This patch fills the dialect name with
"elided_large_const" instead of "_" to remove some user confusion when
they later try to consume it.

Diff Detail

Event Timeline

mehdi_amini created this revision.Jan 19 2022, 11:59 AM
mehdi_amini requested review of this revision.Jan 19 2022, 11:59 AM
rriddle accepted this revision.Jan 19 2022, 12:00 PM
This revision is now accepted and ready to land.Jan 19 2022, 12:00 PM
jpienaar accepted this revision.Jan 19 2022, 12:29 PM
This revision was landed with ongoing or failed builds.Jan 19 2022, 12:45 PM
This revision was automatically updated to reflect the committed changes.