[PATCH] D12588: Introduce target hook for optimizing register copies

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 5 16:52:54 PDT 2015


arsenm retitled this revision from "PeepholeOptimizer: Look through simple extracts of reg_sequence" to "Introduce target hook for optimizing register copies
".
arsenm updated the summary for this revision.
arsenm updated this revision to Diff 34115.
arsenm added a comment.
Herald added a subscriber: aemerson.

Replace with target hook instead of shareSameRegisterFile


http://reviews.llvm.org/D12588

Files:
  include/llvm/Target/TargetRegisterInfo.h
  lib/CodeGen/PeepholeOptimizer.cpp
  lib/CodeGen/TargetRegisterInfo.cpp
  lib/Target/AMDGPU/SIRegisterInfo.cpp
  lib/Target/AMDGPU/SIRegisterInfo.h
  test/CodeGen/AMDGPU/ds_read2_superreg.ll
  test/CodeGen/AMDGPU/half.ll
  test/CodeGen/AMDGPU/llvm.round.f64.ll
  test/CodeGen/AMDGPU/move-addr64-rsrc-dead-subreg-writes.ll
  test/CodeGen/ARM/vcombine.ll
  test/CodeGen/ARM/vtrn.ll
  test/CodeGen/ARM/vuzp.ll
  test/CodeGen/ARM/vzip.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12588.34115.patch
Type: text/x-patch
Size: 26302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150905/cb6a30a1/attachment.bin>


More information about the llvm-commits mailing list