This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Add more warnings checks to clang and LLVM SVE tests
ClosedPublic

Authored by david-arm on Jul 1 2020, 3:04 AM.

Details

Summary

There are now more SVE tests in LLVM and Clang that do not
emit warnings related to invalid use of EVT::getVectorNumElements()
and VectorType::getNumElements(). For these tests I have added
additional checks that there are no warnings in order to prevent
any future regressions.

Diff Detail

Event Timeline

david-arm created this revision.Jul 1 2020, 3:04 AM
Herald added a reviewer: efriedma. · View Herald Transcript
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Jul 6 2020, 3:44 AM
This revision was automatically updated to reflect the committed changes.