[llvm] [RISCV] Add a pass to eliminate special copies in order to facilitate shrink-wrap optimization (PR #140716)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue May 20 10:55:48 PDT 2025


================
@@ -0,0 +1,150 @@
+//===- RISCVCopyCombine.cpp - Remove special copy for RISC-V --===//
----------------
topperc wrote:

This line should be padded with `-` to 80 columns

https://github.com/llvm/llvm-project/pull/140716


More information about the llvm-commits mailing list