Fixes: SWDEV-280070
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D99902
Copy syncscope when expanding atomicrmw into cmpxchg loop ClosedPublic Authored by rampitec on Apr 5 2021, 3:03 PM.
Details Summary Fixes: SWDEV-280070
Diff Detail
Event TimelineHerald added subscribers: kerbowa, jfb, hiraditya and 2 others. · View Herald TranscriptApr 5 2021, 3:03 PM This revision is now accepted and ready to land.Apr 5 2021, 4:48 PM This revision was landed with ongoing or failed builds.Apr 5 2021, 5:30 PM Closed by commit rG30b3aab3299a: Copy syncscope when expanding atomicrmw into cmpxchg loop (authored by rampitec). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 335359 llvm/include/llvm/CodeGen/AtomicExpandUtils.h
llvm/lib/CodeGen/AtomicExpandPass.cpp
llvm/test/CodeGen/AMDGPU/expand-atomicrmw-syncscope.ll
llvm/test/CodeGen/AMDGPU/fp64-atomics-gfx90a.ll
llvm/test/CodeGen/AMDGPU/global-atomics-fp.ll
llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fadd.ll
|