This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Add debug label intrinsic
ClosedPublic

Authored by gysit on Jun 28 2023, 7:07 AM.

Details

Summary

This revision adds support for the llvm.dbg.label.intrinsic
and the corresponding DILabel metadata.

Diff Detail

Event Timeline

gysit created this revision.Jun 28 2023, 7:07 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
gysit requested review of this revision.Jun 28 2023, 7:08 AM
Dinistro accepted this revision.Jun 28 2023, 8:29 AM

LGTM!

mlir/test/Target/LLVMIR/Import/debug-info.ll
275

Ultra NIT: remove the additional newline.

This revision is now accepted and ready to land.Jun 28 2023, 8:29 AM
gysit updated this revision to Diff 535632.Jun 28 2023, 11:11 PM

Address comment and rebase.

This revision was automatically updated to reflect the committed changes.