This is an archive of the discontinued LLVM Phabricator instance.

[SVE][CodeGen] Add README for SVE-related warnings in tests
ClosedPublic

Authored by david-arm on Jul 9 2020, 2:30 AM.

Details

Summary

I have added a new file:

llvm/test/CodeGen/AArch64/README

that describes what to do in the event one of the SVE codegen tests
fails the warnings check. In addition, I've added comments to all
the relevant SVE tests pointing users at the README file.

Diff Detail

Event Timeline

david-arm created this revision.Jul 9 2020, 2:30 AM
Herald added a project: Restricted Project. · View Herald Transcript
sdesmalen accepted this revision.Jul 13 2020, 6:45 AM

Thanks, LGTM

This revision is now accepted and ready to land.Jul 13 2020, 6:45 AM
This revision was automatically updated to reflect the committed changes.