This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Use before def debug intrinsic import
ClosedPublic

Authored by Dinistro on Feb 16 2023, 2:32 AM.

Details

Summary

This commit adds special handling for the debug intrinsic value
handling. LLVM allows to relax the def before use property for debug
intrinsics, so this property cannot be assumed for metadata values.

Diff Detail

Event Timeline

Dinistro created this revision.Feb 16 2023, 2:32 AM
Herald added a project: Restricted Project. · View Herald Transcript
Dinistro requested review of this revision.Feb 16 2023, 2:32 AM
gysit accepted this revision.Feb 16 2023, 5:37 AM

LGTM

This revision is now accepted and ready to land.Feb 16 2023, 5:37 AM
This revision was automatically updated to reflect the committed changes.