This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Remove LLVMVectorType
ClosedPublic

Authored by nikic on Mar 30 2022, 1:06 AM.

Details

Summary

While this claims to be the base class for fixed and scalable vectors, this isn't actually the case. In fact, this appears to be dead code, with the methods on this class only being declared, but not defined anywhere. Probably this is some kind of refactoring leftover?

Diff Detail

Event Timeline

nikic created this revision.Mar 30 2022, 1:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2022, 1:06 AM
nikic requested review of this revision.Mar 30 2022, 1:06 AM
rriddle accepted this revision.Mar 30 2022, 1:33 AM

Looks like this was missed in https://reviews.llvm.org/D94405

This revision is now accepted and ready to land.Mar 30 2022, 1:33 AM
This revision was landed with ongoing or failed builds.Mar 30 2022, 1:58 AM
This revision was automatically updated to reflect the committed changes.