This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add GFX11 llvm.amdgcn.ds.add.gs.reg.rtn / llvm.amdgcn.ds.sub.gs.reg.rtn intrinsics
ClosedPublic

Authored by foad on Jun 16 2022, 5:28 AM.

Diff Detail

Event Timeline

foad created this revision.Jun 16 2022, 5:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2022, 5:28 AM
foad requested review of this revision.Jun 16 2022, 5:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2022, 5:28 AM
foad added a reviewer: Restricted Project.Jun 16 2022, 5:28 AM
rampitec accepted this revision.Jun 16 2022, 10:20 AM
This revision is now accepted and ready to land.Jun 16 2022, 10:20 AM
This revision was landed with ongoing or failed builds.Jun 16 2022, 10:33 AM
This revision was automatically updated to reflect the committed changes.
arsenm added inline comments.Jun 16 2022, 4:18 PM
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.add.gs.reg.rtn.ll
2

These tests should use explicit -global-isel=0/1 for whenever the default switches

foad added inline comments.Jun 17 2022, 3:53 AM
llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.add.gs.reg.rtn.ll
2

Done in 03a991032571, but it's only the tip of the iceberg.