This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Add specialized getters to derived vector types
ClosedPublic

Authored by ctetreau on May 15 2020, 12:12 PM.

Details

Summary

Add versions of the specialized getters in base VectorType to the
derived vector types that return derived pointers. This reduces the
amount of casting you need to do when working with derived vectors

Diff Detail

Event Timeline

ctetreau created this revision.May 15 2020, 12:12 PM
david-arm accepted this revision.May 19 2020, 8:10 AM
This revision is now accepted and ready to land.May 19 2020, 8:10 AM
This revision was automatically updated to reflect the committed changes.