[all-commits] [llvm/llvm-project] 7a7992: [AMDGPU] Remove gds operand from ds_gws_* MachineI...

Jay Foad via All-commits all-commits at lists.llvm.org
Thu Oct 29 08:07:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a79921edd74e81a05f15491e5cdb093c653e06c
      https://github.com/llvm/llvm-project/commit/7a79921edd74e81a05f15491e5cdb093c653e06c
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
    M llvm/lib/Target/AMDGPU/DSInstructions.td
    M llvm/test/CodeGen/AMDGPU/gws-hazards.mir
    M llvm/test/CodeGen/AMDGPU/insert-skips-gws.mir
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.barrier.ll
    M llvm/test/CodeGen/AMDGPU/merge-m0.mir
    M llvm/test/CodeGen/AMDGPU/post-ra-sched-kill-bundle-use-inst.mir
    M llvm/test/CodeGen/AMDGPU/scheduler-handle-move-bundle.mir

  Log Message:
  -----------
  [AMDGPU] Remove gds operand from ds_gws_* MachineInstrs

The operand value was always 1 (except in some bad MIR tests) so it was
redundant.

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




More information about the All-commits mailing list