This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Disallow unused prefixes in CodeGen/AMDGPU
ClosedPublic

Authored by mtrofin on Jan 7 2021, 10:30 AM.

Details

Summary

This adds the lit config, and cleans up remaining tests.

Diff Detail

Event Timeline

mtrofin created this revision.Jan 7 2021, 10:30 AM
mtrofin requested review of this revision.Jan 7 2021, 10:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2021, 10:30 AM
arsenm added inline comments.Jan 7 2021, 10:41 AM
llvm/test/CodeGen/AMDGPU/lit.local.cfg
9–10

Why not just switch the default in filecheck?

mtrofin marked an inline comment as done.Jan 7 2021, 10:44 AM
mtrofin added inline comments.
llvm/test/CodeGen/AMDGPU/lit.local.cfg
9–10

there are still ~300 remaining tests elsewhere, so I'm going large dir by large dir and 'stopping the bleeding' first; then I'll switch it in FileCheck and remove the lit.config changes (which are super easy to find)

arsenm accepted this revision.Jan 8 2021, 9:47 AM
This revision is now accepted and ready to land.Jan 8 2021, 9:47 AM
This revision was automatically updated to reflect the committed changes.
mtrofin marked an inline comment as done.