1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Analysis/DivergenceAnalysis/AMDGPU
Nicolai Haehnle a279ac7cfa AMDGPU/SI: Add llvm.amdgcn.buffer.atomic.* intrinsics
Summary:
These intrinsics expose the BUFFER_ATOMIC_* instructions and will be used
by Mesa to implement atomics with buffer semantics. The intrinsic interface
matches that of buffer.load.format and buffer.store.format, except that the
GLC bit is not exposed (it is automatically deduced based on whether the
return value is used).

The change of hasSideEffects is required for TableGen to accept the pattern
that matches the intrinsic.

Reviewers: tstellarAMD, arsenm

Subscribers: arsenm, rivanvx, llvm-commits

Differential Revision: http://reviews.llvm.org/D18151

llvm-svn: 263791
2016-03-18 16:24:31 +00:00
..
atomics.ll AMDGPU: mark atomic instructions as sources of divergence 2016-03-17 16:21:59 +00:00
kernel-args.ll
lit.local.cfg
llvm.amdgcn.buffer.atomic.ll AMDGPU/SI: Add llvm.amdgcn.buffer.atomic.* intrinsics 2016-03-18 16:24:31 +00:00
llvm.amdgcn.image.atomic.ll AMDGPU: mark llvm.amdgcn.image.atomic.* as a source of divergence 2016-03-14 15:37:18 +00:00
workitem-intrinsics.ll