[PATCH] D63365: AMDGPU: Add ds_gws_init / ds_gws_barrier intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 14 16:01:05 PDT 2019


arsenm updated this revision to Diff 204872.
arsenm added a comment.

Force skips, since I assume these try to run but don't work correctly with exec = 0


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63365/new/

https://reviews.llvm.org/D63365

Files:
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
  lib/Target/AMDGPU/DSInstructions.td
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Target/AMDGPU/SIInsertWaitcnts.cpp
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIMachineFunctionInfo.h
  test/CodeGen/AMDGPU/gws-hazards.mir
  test/CodeGen/AMDGPU/insert-skips-gws.mir
  test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.barrier.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.init.ll
  test/CodeGen/AMDGPU/tail-duplication-convergent.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63365.204872.patch
Type: text/x-patch
Size: 31626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190614/43b3c484/attachment.bin>


More information about the llvm-commits mailing list