This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Add specialized overloads of VectorType::get
ClosedPublic

Authored by ctetreau on Apr 24 2020, 5:04 PM.

Details

Summary

Add overloads of get to FixedVectorType and ScalableVectorType that
mirror VectorType::get(Type *Ty, VectorType *VTy) that take and return
derived vector types

Diff Detail

Event Timeline

ctetreau created this revision.Apr 24 2020, 5:04 PM
david-arm accepted this revision.Apr 26 2020, 11:58 PM
This revision is now accepted and ready to land.Apr 26 2020, 11:58 PM
This revision was automatically updated to reflect the committed changes.