[PATCH] D118160: [RISCV] Implement a basic version of AArch64RedundantCopyElimination pass.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 23:44:38 PST 2022
craig.topper updated this revision to Diff 403148.
craig.topper added a comment.
Fix copy/paste mistake
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.403148.patch
Type: text/x-patch
Size: 85273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220126/b0ad8bce/attachment.bin>
More information about the llvm-commits
mailing list