[PATCH] D48102: Improve handling of COPY instructions with identical value numbers

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 22 13:33:12 PDT 2018


kparzysz updated this revision to Diff 152537.
kparzysz added a comment.

Fixed handling of newly created implicit defs, relaxed handling of undef values in followCopyChain.


Repository:
  rL LLVM

https://reviews.llvm.org/D48102

Files:
  lib/CodeGen/RegisterCoalescer.cpp
  test/CodeGen/AMDGPU/coalescer-extend-pruned-subrange.mir
  test/CodeGen/AMDGPU/coalescer-identical-values-undef.mir
  test/CodeGen/AMDGPU/coalescer-subranges-another-copymi-not-live.mir
  test/CodeGen/AMDGPU/coalescer-subranges-another-prune-error.mir
  test/CodeGen/AMDGPU/coalescer-subregjoin-fullcopy.mir
  test/CodeGen/AMDGPU/coalescer-with-subregs-bad-identical.mir
  test/CodeGen/AMDGPU/coalescing-with-subregs-in-loop-bug.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48102.152537.patch
Type: text/x-patch
Size: 49921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180622/807df0d2/attachment-0001.bin>


More information about the llvm-commits mailing list