This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Drop deprecated syntax for LLVM dialect types
ClosedPublic

Authored by ftynse on Feb 8 2021, 9:23 AM.

Details

Summary

After the LLVM dialect types were ported to use built-in types, the parser kept
supporting the old syntax for LLVM dialect types to produce built-in types for
compatibility. Drop this support.

Diff Detail

Event Timeline

ftynse created this revision.Feb 8 2021, 9:23 AM
ftynse requested review of this revision.Feb 8 2021, 9:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2021, 9:23 AM
mehdi_amini accepted this revision.Feb 8 2021, 10:14 AM
This revision is now accepted and ready to land.Feb 8 2021, 10:14 AM
This revision was automatically updated to reflect the committed changes.