This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Make DI param optional to match LLVM
ClosedPublic

Authored by Dinistro on Feb 17 2023, 2:08 AM.

Details

Summary

This commit makes DIDerivedTypeAttr's baseType parameter optional to ensure imported IR
doesn't break the printer.

Diff Detail

Event Timeline

Dinistro created this revision.Feb 17 2023, 2:08 AM
Herald added a project: Restricted Project. · View Herald Transcript
Dinistro requested review of this revision.Feb 17 2023, 2:08 AM
gysit accepted this revision.Feb 17 2023, 3:59 AM

LGTM

This revision is now accepted and ready to land.Feb 17 2023, 3:59 AM
This revision was automatically updated to reflect the committed changes.