This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][GFX11] Add test coverage for cases involving conversions from and to fp16 values.
ClosedPublic

Authored by kosarev on Jun 9 2023, 9:46 AM.

Details

Summary

Other such tests, of which there are many, are to be updated with
separate patches.

Diff Detail

Event Timeline

kosarev created this revision.Jun 9 2023, 9:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 9:46 AM
kosarev requested review of this revision.Jun 9 2023, 9:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 9:46 AM
Joe_Nash added inline comments.Jun 9 2023, 10:17 AM
llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.ll
1

I believe the GCN name is outdated, and we shouldn't introduce more usages of it. It seems fine to make this CHECK or leave it FUNC

arsenm accepted this revision.Jun 9 2023, 2:46 PM
This revision is now accepted and ready to land.Jun 9 2023, 2:46 PM
kosarev marked an inline comment as done.Jun 12 2023, 5:05 AM
kosarev added inline comments.
llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.ll
1

Changed to CHECK. Thanks.