Details
Details
- Reviewers
foad rampitec Petar.Avramovic - Group Reviewers
Restricted Project - Commits
- rGae72fee74ece: [AMDGPU] gfx11 Select on Buffer Atomic FAdd Rtn type
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
removed return after else
llvm/lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
12636 | I think this is NFC. hasAtomicFaddInsts definition was changed in D124538. There are no current subtargets that have FeatureAtomicFaddRtnInsts but not FeatureAtomicFaddNoRtnInsts. So they are both correct, but this is more precise. I would need @Petar.Avramovic to confirm. |
llvm/lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
12636 |
Fair enough. |
Is this change intentional? What is the effect of it?