[llvm] 3941f65 - adjust the m86k backend after change f270a4dd6667759d7305797a077ae09648318ac7

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 02:26:06 PDT 2024


Author: Sylvestre Ledru
Date: 2024-07-17T11:26:00+02:00
New Revision: 3941f652317d95cac203e64791bfa730de7bbd1e

URL: https://github.com/llvm/llvm-project/commit/3941f652317d95cac203e64791bfa730de7bbd1e
DIFF: https://github.com/llvm/llvm-project/commit/3941f652317d95cac203e64791bfa730de7bbd1e.diff

LOG: adjust the m86k backend after change f270a4dd6667759d7305797a077ae09648318ac7

Added: 
    

Modified: 
    llvm/lib/Target/M68k/M68kISelLowering.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/M68k/M68kISelLowering.cpp b/llvm/lib/Target/M68k/M68kISelLowering.cpp
index 62e4b36b5c9a8..316a6eebc2db0 100644
--- a/llvm/lib/Target/M68k/M68kISelLowering.cpp
+++ b/llvm/lib/Target/M68k/M68kISelLowering.cpp
@@ -268,7 +268,7 @@ static SDValue CreateCopyOfByValArgument(SDValue Src, SDValue Dst,
   return DAG.getMemcpy(
       Chain, DL, Dst, Src, SizeNode, Flags.getNonZeroByValAlign(),
       /*isVolatile=*/false, /*AlwaysInline=*/true,
-      /*isTailCall=*/false, MachinePointerInfo(), MachinePointerInfo());
+      /*CI=*/nullptr, std::nullopt, MachinePointerInfo(), MachinePointerInfo());
 }
 
 /// Return true if the calling convention is one that we can guarantee TCO for.


        


More information about the llvm-commits mailing list