[all-commits] [llvm/llvm-project] 948b26: [AMDGPU] Add TransVALU to GFX11 scheduling model

Jay Foad via All-commits all-commits at lists.llvm.org
Mon Aug 14 03:25:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 948b2625b6415dcc64f71f9ecb8a39bd08b0e4c4
      https://github.com/llvm/llvm-project/commit/948b2625b6415dcc64f71f9ecb8a39bd08b0e4c4
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SISchedule.td
    M llvm/test/tools/llvm-mca/AMDGPU/gfx10-trans.s
    M llvm/test/tools/llvm-mca/AMDGPU/gfx11-double.s

  Log Message:
  -----------
  [AMDGPU] Add TransVALU to GFX11 scheduling model

The GFX11 scheduling model should be identical to GFX10, except for a
few tweaks to latencies.

This GFX10 change from D100123 was missed when GFX11 was added.

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




More information about the All-commits mailing list