Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Lowering of IR atomics will need to be added separately. These are intrinsics and instructions.
Paths
| Differential D64435
[AMDGPU] gfx908 atomic fadd and atomic pk_fadd ClosedPublic Authored by rampitec on Jul 9 2019, 11:48 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: jfb, t-tye, tpr and 6 others. · View Herald TranscriptJul 9 2019, 11:48 AM Comment Actions
Lowering of IR atomics will need to be added separately. These are intrinsics and instructions. This revision is now accepted and ready to land.Jul 10 2019, 4:18 PM Closed by commit rL365717: [AMDGPU] gfx908 atomic fadd and atomic pk_fadd (authored by rampitec). · Explain WhyJul 10 2019, 5:11 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 209099 llvm/trunk/include/llvm/IR/IntrinsicsAMDGPU.td
llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.h
llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
llvm/trunk/lib/Target/AMDGPU/AMDGPUInstructions.td
llvm/trunk/lib/Target/AMDGPU/BUFInstructions.td
llvm/trunk/lib/Target/AMDGPU/FLATInstructions.td
llvm/trunk/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
llvm/trunk/test/CodeGen/AMDGPU/llvm.amdgcn.atomic.fadd.ll
llvm/trunk/test/MC/AMDGPU/atomic-fadd-insts.s
llvm/trunk/test/MC/Disassembler/AMDGPU/atomic-fadd-insts.txt
|