This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Fix bug in DataLayout::getIndexType
AbandonedPublic

Authored by david-arm on Jun 23 2020, 6:05 AM.

Details

Summary

We were previously assuming all vectors of indices were fixed
length, which is not true. I've added a new test that exposes
this code path.

Diff Detail

Event Timeline

david-arm created this revision.Jun 23 2020, 6:05 AM
Herald added a project: Restricted Project. · View Herald Transcript
david-arm abandoned this revision.Jun 29 2020, 4:56 AM

Looks like it has already been fixed by commit https://reviews.llvm.org/D82061