This is an archive of the discontinued LLVM Phabricator instance.

[mlir] make LLVMPointerType implement the data layout type interface
ClosedPublic

Authored by ftynse on Jun 9 2021, 1:23 AM.

Details

Summary

This brings us closer to replacing the LLVM data layout string with a
first-class layout modeling in MLIR.

Depends On D103945

Diff Detail

Event Timeline

ftynse created this revision.Jun 9 2021, 1:23 AM
ftynse requested review of this revision.Jun 9 2021, 1:24 AM
ftynse updated this revision to Diff 350835.Jun 9 2021, 2:51 AM

Add forgotten verify-diagnostics to the test.

nicolasvasilache accepted this revision.Jun 10 2021, 2:06 AM
This revision is now accepted and ready to land.Jun 10 2021, 2:06 AM
This revision was landed with ongoing or failed builds.Jun 10 2021, 2:24 AM
This revision was automatically updated to reflect the committed changes.