This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Use update_test_checks.py script for annotate kernel features tests.
ClosedPublic

Authored by kuter on Jul 12 2021, 7:21 PM.

Details

Summary

This patch makes the annotate kernel features tests use the update_tests_checks.py
script. Which makes it easy to update the tests.

Diff Detail

Event Timeline

kuter created this revision.Jul 12 2021, 7:21 PM
kuter requested review of this revision.Jul 12 2021, 7:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2021, 7:21 PM
jdoerfert added a subscriber: jdoerfert.
jdoerfert added inline comments.
llvm/test/CodeGen/AMDGPU/addrspacecast-constantexpr.ll
27–28

I doubt they pass if you have these old lines.

kuter updated this revision to Diff 358258.Jul 13 2021, 7:12 AM

Sorry I thought that the update script would remove old check lines.
I removed the old lines that where not removed. Tests pass now.

arsenm accepted this revision.Jul 13 2021, 7:38 AM
This revision is now accepted and ready to land.Jul 13 2021, 7:38 AM