This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Allow inlining for dbg label
ClosedPublic

Authored by gysit on Sep 1 2023, 7:21 AM.

Details

Summary

The revision adds the dbg label intrinsic to the allow list of
operations that are legal to inline.

Diff Detail

Event Timeline

gysit created this revision.Sep 1 2023, 7:21 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
gysit requested review of this revision.Sep 1 2023, 7:21 AM
zero9178 accepted this revision.Sep 1 2023, 7:54 AM

LGTM

This revision is now accepted and ready to land.Sep 1 2023, 7:54 AM
This revision was automatically updated to reflect the committed changes.