This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Use non-compressed exports in a test. NFC.
ClosedPublic

Authored by foad on Mar 23 2021, 3:36 AM.

Details

Summary

I don't think there's any need for this test to use compressed exports.
Using normal exports seems a bit more straightforwards and avoids a tiny
bit of bitcasting.

Diff Detail

Event Timeline

foad created this revision.Mar 23 2021, 3:36 AM
foad requested review of this revision.Mar 23 2021, 3:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2021, 3:36 AM
piotr accepted this revision.Mar 23 2021, 3:54 AM

LGTM.

I suspect the compr version was used in the original shader, which was then shortened to the lit file.

This revision is now accepted and ready to land.Mar 23 2021, 3:54 AM
This revision was landed with ongoing or failed builds.Mar 23 2021, 4:18 AM
This revision was automatically updated to reflect the committed changes.