[PATCH] D12588: PeepholeOptimizer: Look through simple extracts of reg_sequence

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 00:29:25 PDT 2015


arsenm updated this revision to Diff 33904.
arsenm added a comment.

Include ARM test updates. These all seem to be the same change where a different register is used for a load and the tests are too strict and test the exact register.


http://reviews.llvm.org/D12588

Files:
  lib/CodeGen/PeepholeOptimizer.cpp
  lib/Target/AMDGPU/SIInstrInfo.cpp
  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.33904.patch
Type: text/x-patch
Size: 24320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150903/f3b5e1d3/attachment.bin>


More information about the llvm-commits mailing list