[PATCH] D65488: [GISel] Pass MD_callees metadata down in call lowering.
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jul 30 16:38:52 PDT 2019
    
    
  
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM with nit
================
Comment at: llvm/lib/Target/Mips/MipsCallLowering.h:73-74
                  const MachineOperand &Callee, const ArgInfo &OrigRet,
-                 ArrayRef<ArgInfo> OrigArgs) const override;
+                 ArrayRef<ArgInfo> OrigArgs,
+                 const MDNode *KnownCallees) const override;
 
----------------
The overrides should preserve the nullptr default from the base
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65488/new/
https://reviews.llvm.org/D65488
    
    
More information about the llvm-commits
mailing list