[all-commits] [llvm/llvm-project] 58f141: [AMDGPU] Order pos exports before param exports

Carl Ritson via All-commits all-commits at lists.llvm.org
Tue May 12 07:04:12 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 58f1417ebc1a9714258586a5b873b2d4608ce6a9
      https://github.com/llvm/llvm-project/commit/58f1417ebc1a9714258586a5b873b2d4608ce6a9
  Author: Carl Ritson <carl.ritson at amd.com>
  Date:   2020-05-12 (Tue, 12 May 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUExportClustering.cpp
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.exp.ll
    M llvm/test/CodeGen/AMDGPU/wait.ll

  Log Message:
  -----------
  [AMDGPU] Order pos exports before param exports

Summary:
Modify export clustering DAG mutation to move position exports
before other exports types.

Reviewers: foad, arsenm, rampitec, nhaehnle

Reviewed By: foad

Subscribers: kzhuravl, jvesely, wdng, yaxunl, dstuttard, tpr, t-tye, hiraditya, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79670




More information about the All-commits mailing list