This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Split FeatureAtomicFaddInsts
ClosedPublic

Authored by Joe_Nash on Apr 27 2022, 10:33 AM.

Details

Reviewers
Petar.Avramovic
foad
arsenm
Group Reviewers
Restricted Project
Commits
rG7e71a039667b: [AMDGPU] Split FeatureAtomicFaddInsts
Summary

FeatureAtomicFaddInsts is replaced with three more granular features.
Contributors:
Petar Avramovic <Petar.Avramovic@amd.com>

Patch 3/N for upstreaming of AMDGPU gfx11 architecture

Depends on D124537

Diff Detail

Event Timeline

Joe_Nash created this revision.Apr 27 2022, 10:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2022, 10:33 AM
Joe_Nash requested review of this revision.Apr 27 2022, 10:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2022, 10:33 AM
Joe_Nash added reviewers: Petar.Avramovic, foad, Restricted Project.Apr 27 2022, 10:33 AM
arsenm accepted this revision.Apr 27 2022, 1:39 PM
This revision is now accepted and ready to land.Apr 27 2022, 1:39 PM
foad accepted this revision.Apr 28 2022, 1:26 AM

As a follow-up, for consistency, we should probably add HasAtomicPkFaddRtnInsts instead of using isGFX90APlus directly.

As a follow-up, for consistency, we should probably add HasAtomicPkFaddRtnInsts instead of using isGFX90APlus directly.

Thanks, I will track that.

This revision was landed with ongoing or failed builds.May 5 2022, 10:55 AM
This revision was automatically updated to reflect the committed changes.