Details
Details
- Reviewers
kzhuravl - Commits
- rG9931b1f7a478: [AMDGPU] Disable SCC bit on fp atomics
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPU.td | ||
---|---|---|
1222–1224 | def hasMAIInsts...? as you are not checking any generation in particular. |
llvm/lib/Target/AMDGPU/AMDGPU.td | ||
---|---|---|
1222–1224 | There is no FeatureGFX90AInsts, we have FeatureMAIInsts instead. |
Comment Actions
LGTM, thanks.
llvm/lib/Target/AMDGPU/AMDGPU.td | ||
---|---|---|
1222–1224 | I think you meant to say that there is no "FeatureGFX908Insts"? FeatureGFX90AInsts exists. |
llvm/lib/Target/AMDGPU/AMDGPU.td | ||
---|---|---|
1222–1224 | Yes, right. |
def hasMAIInsts...? as you are not checking any generation in particular.