This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add new GFX11 intrinsic llvm.amdgcn.exp.row
ClosedPublic

Authored by foad on Jun 13 2022, 10:29 AM.

Details

Diff Detail

Event Timeline

foad created this revision.Jun 13 2022, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 10:29 AM
foad requested review of this revision.Jun 13 2022, 10:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 10:29 AM
foad added a reviewer: Restricted Project.Jun 13 2022, 10:30 AM
arsenm added inline comments.Jun 13 2022, 10:59 AM
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.exp.row.ll
3

Missing global-isel run line

foad updated this revision to Diff 436705.Jun 14 2022, 2:01 AM

Add globalisel implementation and testing.

foad marked an inline comment as done.Jun 14 2022, 2:02 AM
foad added inline comments.
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.exp.row.ll
3

Good point. The globalisel implementation was not finished.

foad marked an inline comment as done.Jun 16 2022, 3:25 AM
foad added inline comments.
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.exp.row.ll
3

Fixed now. Please take another look.

rampitec accepted this revision.Jun 16 2022, 10:15 AM
This revision is now accepted and ready to land.Jun 16 2022, 10:15 AM
This revision was landed with ongoing or failed builds.Jun 16 2022, 10:32 AM
This revision was automatically updated to reflect the committed changes.