This is an archive of the discontinued LLVM Phabricator instance.

[mlir][BuiltinTypes] Return VectorType from VectorType::Builder conversion operator
ClosedPublic

Authored by benmxwl-arm on Aug 29 2023, 10:56 AM.

Details

Summary

0-D vectors are now supported, so the special case of returning the just
the element type can now be removed.

A few callers that relied on the old behaviour have been updated.

Diff Detail

Event Timeline

benmxwl-arm created this revision.Aug 29 2023, 10:56 AM
Herald added a reviewer: aartbik. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
benmxwl-arm requested review of this revision.Aug 29 2023, 10:56 AM
This revision is now accepted and ready to land.Aug 29 2023, 11:05 AM

I don't think it needs to be updated (does not look like that depends on rank 0 vectors decomposing to element types)

This revision was landed with ongoing or failed builds.Aug 30 2023, 6:47 AM
This revision was automatically updated to reflect the committed changes.