[PATCH] D17475: MachineCopyPropagation: Catch copies of the form A<-B; A<-B

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 18:30:30 PST 2016


MatzeB updated this revision to Diff 48874.
MatzeB marked an inline comment as done.
MatzeB added a comment.
Herald added a reviewer: tstellarAMD.

Update revision which turns an assert in isNopCopy back to an if() and adjusts two AMDGPU testcases to the improved copy elimination.


Repository:
  rL LLVM

http://reviews.llvm.org/D17475

Files:
  lib/CodeGen/MachineCopyPropagation.cpp
  test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.f64.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.rsq.clamp.ll
  test/CodeGen/X86/machine-copy-prop.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17475.48874.patch
Type: text/x-patch
Size: 11471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160224/29b28295/attachment.bin>


More information about the llvm-commits mailing list