This is an archive of the discontinued LLVM Phabricator instance.

[POC][SVE] Allow fixed width vector types to live in ZPRs
AbandonedPublic

Authored by cameron.mcinally on Apr 1 2020, 9:04 AM.

Details

Summary

[DO NOT MERGE]

This is a very rough patch to allow fixed vector types to live in ZPRs. It could be extended in a bunch of ways, but is now just an intuition pump for handling fixed width vectors in the SVE backend.

Diff Detail