[PATCH] D67745: AMDGPU/GlobalISel: Add support for init.exec intrinsics

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 21:31:48 PDT 2019


arsenm created this revision.
arsenm added reviewers: nhaehnle, mareko, tstellar, kerbowa.
Herald added subscribers: Petar.Avramovic, t-tye, tpr, dstuttard, rovka, yaxunl, wdng, jvesely, kzhuravl.

The existing wave32 behavior seems broken and incomplete, but this
reproduces it.


https://reviews.llvm.org/D67745

Files:
  lib/Target/AMDGPU/AMDGPUGISel.td
  lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
  lib/Target/AMDGPU/AMDGPUInstructionSelector.h
  lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
  lib/Target/AMDGPU/SIInstrInfo.td
  lib/Target/AMDGPU/SIInstructions.td
  test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.init.exec.ll
  test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.init.exec.wave32.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.wave32.ll
  test/CodeGen/AMDGPU/wave32.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67745.220808.patch
Type: text/x-patch
Size: 10259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190919/f2def0e7/attachment.bin>


More information about the llvm-commits mailing list