This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Remove default false from VectorType::get(Type *, unsigned, bool)
AbandonedPublic

Authored by ctetreau on May 19 2020, 5:10 PM.

Details

Reviewers
efriedma
Summary

Calls that used to use this default false should instead call FixedVectorType::get()

Diff Detail

Event Timeline

ctetreau created this revision.May 19 2020, 5:10 PM
ctetreau abandoned this revision.May 19 2020, 5:12 PM
ctetreau edited the summary of this revision. (Show Details)