[PATCH] D53762: AMDGPU: Combine DPP mov with use instuctions (VOP1/2/3)

Valery Pykhtin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 08:10:01 PST 2018


vpykhtin updated this revision to Diff 173169.
vpykhtin added a comment.

fixed per review issues:

- Added test on non-abs|neg modifiers,
- replaced accumulation vector for DPP moves with reverse iteration on BB.


Repository:
  rL LLVM

https://reviews.llvm.org/D53762

Files:
  lib/Target/AMDGPU/AMDGPU.h
  lib/Target/AMDGPU/AMDGPU.td
  lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
  lib/Target/AMDGPU/CMakeLists.txt
  lib/Target/AMDGPU/GCNDPPCombine.cpp
  lib/Target/AMDGPU/SIInstrInfo.cpp
  lib/Target/AMDGPU/SIInstrInfo.h
  lib/Target/AMDGPU/SIInstrInfo.td
  lib/Target/AMDGPU/VOP1Instructions.td
  lib/Target/AMDGPU/VOP2Instructions.td
  lib/Target/AMDGPU/VOPInstructions.td
  test/CodeGen/AMDGPU/dpp_combine.ll
  test/CodeGen/AMDGPU/dpp_combine_subregs.mir
  test/MC/AMDGPU/vop_dpp.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53762.173169.patch
Type: text/x-patch
Size: 51656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181108/e2e752fe/attachment.bin>


More information about the llvm-commits mailing list