[PATCH] D118160: [RISCV] Implement a basic version of AArch64RedundantCopyElimination pass.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 4 10:44:11 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1d8bbe3d255f: [RISCV] Implement a basic version of AArch64RedundantCopyElimination pass. (authored by craig.topper).

Changed prior to commit:
  https://reviews.llvm.org/D118160?vs=403148&id=406037#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118160

Files:
  llvm/lib/Target/RISCV/CMakeLists.txt
  llvm/lib/Target/RISCV/RISCV.h
  llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
  llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
  llvm/test/CodeGen/RISCV/double-convert.ll
  llvm/test/CodeGen/RISCV/double-round-conv-sat.ll
  llvm/test/CodeGen/RISCV/float-convert.ll
  llvm/test/CodeGen/RISCV/float-round-conv-sat.ll
  llvm/test/CodeGen/RISCV/fpclamptosat.ll
  llvm/test/CodeGen/RISCV/half-convert.ll
  llvm/test/CodeGen/RISCV/half-round-conv-sat.ll
  llvm/test/CodeGen/RISCV/zext-with-load-is-free.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118160.406037.patch
Type: text/x-patch
Size: 87231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220204/73958ae1/attachment-0001.bin>


More information about the llvm-commits mailing list