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
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,130 ms | x64 debian > Clang.Driver::emit-reproducer.c | |
60,660 ms | x64 debian > Clang.Driver::fsanitize.c | |
60,810 ms | x64 debian > Clang.OpenMP::target_update_codegen.cpp |
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. |
No else after return.