This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Replace deprecated call in changeVectorElementTypeToInteger
ClosedPublic

Authored by bas on May 28 2020, 11:01 AM.

Details

Summary

Replace getVectorNumElements with getVectorElementCount;
gets rid of the warnings in several tests

Diff Detail

Event Timeline

bas created this revision.May 28 2020, 11:01 AM
This revision is now accepted and ready to land.May 28 2020, 12:02 PM
bas updated this revision to Diff 267279.EditedMay 29 2020, 10:03 AM

Resolve merge conflicts / generate commit message

This revision was automatically updated to reflect the committed changes.