This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Add checks for no warnings in CodeGen/AArch64/sve-sext-zext.ll
ClosedPublic

Authored by david-arm on Jul 6 2020, 2:54 AM.

Details

Summary

Previous patches fixed up all the warnings in this test:

llvm/test/CodeGen/AArch64/sve-sext-zext.ll

and this change simply checks that no new warnings are added in future.

Diff Detail