[llvm] [RISCV][GlobalISel] Call `tryEmitMemcpyInline` for G_MEMCPY_INLINE (PR #192671)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 09:56:44 PDT 2026
================
@@ -154,6 +155,19 @@ bool RISCVPreLegalizerCombiner::runOnMachineFunction(MachineFunction &MF) {
return Impl.combineMachineInstrs();
}
+bool RISCVPreLegalizerCombinerImpl::tryCombineAll(MachineInstr &MI) const {
----------------
arsenm wrote:
Mips really shouldn't be used as a reference for anything
https://github.com/llvm/llvm-project/pull/192671
More information about the llvm-commits
mailing list