[PATCH] D90378: [AMDGPU] Remove gds operand from ds_gws_* MachineInstrs

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 03:23:14 PDT 2020


foad created this revision.
foad added reviewers: arsenm, rampitec.
Herald added subscribers: llvm-commits, kerbowa, javed.absar, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
Herald added a project: LLVM.
foad requested review of this revision.
Herald added a subscriber: wdng.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D90378

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90378.301551.patch
Type: text/x-patch
Size: 11885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201029/c399816d/attachment.bin>


More information about the llvm-commits mailing list