[all-commits] [llvm/llvm-project] 971fa4: [AMDGPU] GFX11: remove ShaderType from ds_ordered_...

Rodrigo Dominguez via All-commits all-commits at lists.llvm.org
Thu Jun 23 06:35:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 971fa4b1961bcf8013481d0fe1d4864d7adda0f8
      https://github.com/llvm/llvm-project/commit/971fa4b1961bcf8013481d0fe1d4864d7adda0f8
  Author: Rodrigo Dominguez <Rodrigo.Dominguez at amd.com>
  Date:   2022-06-23 (Thu, 23 Jun 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.ordered.add.gfx11.ll

  Log Message:
  -----------
  [AMDGPU] GFX11: remove ShaderType from ds_ordered_count offset field

In GFX11 ShaderType is determined by the hardware and should no longer
be written into bits[3:2] of the ds_ordered_count offset field.

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




More information about the All-commits mailing list