[PATCH] D12055: AMDGPU: Add cache invalidation instructions.

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 15 18:23:11 PDT 2015


arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.

These are necessary for implementing mem_fence for OpenCL 2.0.

The VI assembler tests are disabled since it seems to be using the wrong encoding or opcode.

http://reviews.llvm.org/D12055

Files:
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/Target/AMDGPU/CIInstructions.td
  lib/Target/AMDGPU/SIInstrInfo.td
  lib/Target/AMDGPU/SIInstructions.td
  test/CodeGen/AMDGPU/llvm.amdgcn.buffer.wbinvl1.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.buffer.wbinvl1.sc.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.buffer.wbinvl1.vol.ll
  test/MC/AMDGPU/mubuf-ci.s
  test/MC/AMDGPU/mubuf-si.s
  test/MC/AMDGPU/mubuf.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12055.32225.patch
Type: text/x-patch
Size: 8805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150816/010e747c/attachment.bin>


More information about the llvm-commits mailing list