[PATCH] D53342: [SimplifyLibCalls] Mark known arguments with nonnull
    Dávid Bolvanský via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug 19 10:36:46 PDT 2019
    
    
  
xbolva00 marked an inline comment as done.
xbolva00 added inline comments.
================
Comment at: lib/Transforms/Utils/SimplifyLibCalls.cpp:217
+  if (!F)
+    return;
+
----------------
jdoerfert wrote:
> Please do not use this method, it is super confusing. I'd argue you should use the `getCallee` anyway but if you think the surrounding function is the one you need, I'd prefer `getCaller`.
> 
Ok, getCaller.
CallInst has no getCallee.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53342/new/
https://reviews.llvm.org/D53342
    
    
More information about the llvm-commits
mailing list