[PATCH] D67794: [MachineCopyPropagation] Extend MCP to do trivial copy backward propagation

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 4 19:10:46 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG75b3a1c318cc: [MachineCopyPropagation] Extend MCP to do trivial copy backward propagation (authored by lkail).
Herald added a subscriber: jrtc27.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67794/new/

https://reviews.llvm.org/D67794

Files:
  llvm/lib/CodeGen/MachineCopyPropagation.cpp
  llvm/test/CodeGen/PowerPC/machine-backward-cp.mir
  llvm/test/CodeGen/PowerPC/redundant-copy-after-tail-dup.ll
  llvm/test/CodeGen/RISCV/alu64.ll
  llvm/test/CodeGen/RISCV/shifts.ll
  llvm/test/CodeGen/X86/fp128-i128.ll
  llvm/test/CodeGen/X86/fshr.ll
  llvm/test/CodeGen/X86/i128-mul.ll
  llvm/test/CodeGen/X86/mul-i512.ll
  llvm/test/CodeGen/X86/shift-i128.ll
  llvm/test/CodeGen/X86/umulo-128-legalisation-lowering.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67794.232251.patch
Type: text/x-patch
Size: 24041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191205/812d55e1/attachment.bin>


More information about the llvm-commits mailing list