[PATCH] D61988: AMDGPU: Introduce TokenFactor for ABI register copies in call sequence

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 20:33:41 PDT 2019


arsenm created this revision.
arsenm added reviewers: scott.linder, rampitec.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.

The call was missing chain dependencies on the pre-call copies. I
don't think this was causing any real issues however.


https://reviews.llvm.org/D61988

Files:
  lib/Target/AMDGPU/SIISelLowering.cpp
  test/CodeGen/AMDGPU/byval-frame-setup.ll
  test/CodeGen/AMDGPU/call-argument-types.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61988.199732.patch
Type: text/x-patch
Size: 10659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190516/c9344e13/attachment.bin>


More information about the llvm-commits mailing list