[PATCH] D72261: AMDGPU: Remove custom node for exports

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 06:14:55 PST 2020


arsenm created this revision.
arsenm added reviewers: nhaehnle, mareko, kerbowa, tpr, dstuttard.
Herald added subscribers: hiraditya, t-tye, yaxunl, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

I'm mildly worried about potentially reordering exp/exp_done with
IntrWriteMem on the intrinsic.

      

Requires hacking out the illegal type on SI, so manually select that
case during lowering.


https://reviews.llvm.org/D72261

Files:
  llvm/include/llvm/IR/IntrinsicsAMDGPU.td
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
  llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/lib/Target/AMDGPU/SIInstructions.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72261.236343.patch
Type: text/x-patch
Size: 9478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/b2af4e62/attachment.bin>


More information about the llvm-commits mailing list