The operand value was always 1 (except in some bad MIR tests) so it was
redundant.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D90378
[AMDGPU] Remove gds operand from ds_gws_* MachineInstrs ClosedPublic Authored by foad on Oct 29 2020, 3:23 AM.
Details Summary The operand value was always 1 (except in some bad MIR tests) so it was
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 29 2020, 6:47 AM This revision was landed with ongoing or failed builds.Oct 29 2020, 8:07 AM Closed by commit rG7a79921edd74: [AMDGPU] Remove gds operand from ds_gws_* MachineInstrs (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 301626 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
|