This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Make additional int debug attribute parameters optional.
ClosedPublic

Authored by gysit on Nov 21 2022, 7:42 AM.

Details

Summary

The revision makes additional integer debug info parameters such as
line or column numbers optional (e.g. the line and column numbers 0 are
elided when printing, which is in line with the LLVM implementation).

Depends on D138405

Diff Detail

Event Timeline

gysit created this revision.Nov 21 2022, 7:42 AM
Herald added a project: Restricted Project. · View Herald Transcript
gysit requested review of this revision.Nov 21 2022, 7:42 AM
rriddle accepted this revision.Nov 29 2022, 12:03 AM
This revision is now accepted and ready to land.Nov 29 2022, 12:03 AM