This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add a TypeRange class that functions similar to ValueRange.
ClosedPublic

Authored by rriddle on Feb 14 2020, 1:40 PM.

Details

Summary

This class wraps around the various different ways to construct a range of Type, without forcing the materialization of that range into a contiguous vector.

Diff Detail

Event Timeline

rriddle created this revision.Feb 14 2020, 1:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2020, 1:40 PM
benvanik accepted this revision.Feb 16 2020, 1:44 PM

Perfect!

This revision is now accepted and ready to land.Feb 16 2020, 1:44 PM
This revision was automatically updated to reflect the committed changes.