This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Disable SCC bit on fp atomics
ClosedPublic

Authored by rampitec on Mar 8 2021, 4:24 PM.

Diff Detail

Event Timeline

rampitec created this revision.Mar 8 2021, 4:24 PM
rampitec requested review of this revision.Mar 8 2021, 4:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2021, 4:24 PM
Herald added a subscriber: wdng. · View Herald Transcript
kzhuravl added inline comments.Mar 9 2021, 3:10 PM
llvm/lib/Target/AMDGPU/AMDGPU.td
1222–1224

def hasMAIInsts...? as you are not checking any generation in particular.

rampitec added inline comments.Mar 9 2021, 3:35 PM
llvm/lib/Target/AMDGPU/AMDGPU.td
1222–1224

There is no FeatureGFX90AInsts, we have FeatureMAIInsts instead.

kzhuravl accepted this revision.Mar 9 2021, 3:42 PM

LGTM, thanks.

llvm/lib/Target/AMDGPU/AMDGPU.td
1222–1224

I think you meant to say that there is no "FeatureGFX908Insts"? FeatureGFX90AInsts exists.

This revision is now accepted and ready to land.Mar 9 2021, 3:42 PM
rampitec added inline comments.Mar 9 2021, 3:43 PM
llvm/lib/Target/AMDGPU/AMDGPU.td
1222–1224

Yes, right.

This revision was landed with ongoing or failed builds.Mar 10 2021, 12:46 PM
This revision was automatically updated to reflect the committed changes.