This is an archive of the discontinued LLVM Phabricator instance.

[llvm][AMDGPU][NFC] Robustify test
AbandonedPublic

Authored by urnathan on Aug 12 2023, 2:43 PM.

Details

Summary

This is another testcase that checks attributes, but presumes a specifi attribute table ordering -- even though it use [[FOO:pattern]] captures for the attribute numbering.

Use CHECK-DAG to check the attribute table. I had to move the memcpy declaration lower, as it is emitted after the globals.

Diff Detail

Event Timeline

urnathan created this revision.Aug 12 2023, 2:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 12 2023, 2:43 PM
urnathan requested review of this revision.Aug 12 2023, 2:43 PM
Herald added a reviewer: sstefan1. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
urnathan abandoned this revision.Aug 13 2023, 2:55 PM

TIL about UTC tests