This is an archive of the discontinued LLVM Phabricator instance.

[mlir][LLVM] Support opaque pointers in data layout entries
ClosedPublic

Authored by zero9178 on Apr 23 2022, 9:49 AM.

Details

Summary

This is likely preferable to having it crash if one were to specify an opaque pointer type, and the actual element type is unused either way.

Diff Detail

Event Timeline

zero9178 created this revision.Apr 23 2022, 9:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2022, 9:49 AM
zero9178 requested review of this revision.Apr 23 2022, 9:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2022, 9:49 AM
rriddle accepted this revision.Apr 25 2022, 12:01 AM
This revision is now accepted and ready to land.Apr 25 2022, 12:01 AM