[PATCH] D77995: [CallSite removal][TargetLowering] Replace ImmutableCallSite with CallBase

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 11:18:13 PDT 2020


craig.topper marked an inline comment as done.
craig.topper added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.h:1173
 
     SDValue LowerCall_Darwin(SDValue Chain, SDValue Callee, CallFlags CFlags,
                              const SmallVectorImpl<ISD::OutputArg> &Outs,
----------------
These methods should maybe be refactored to use the CallLoweringInfo coming into LowerCall instead of passing a bunch of fields from it separately. I might look at that as a follow up.


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

https://reviews.llvm.org/D77995





More information about the llvm-commits mailing list