[PATCH] D65977: [Attributor] Use IRPosition consistently
    Hideto Ueno via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Aug 12 21:06:14 PDT 2019
    
    
  
uenoku added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:213
+
+  /// TODO
+  static const IRPosition function_scope(const IRPosition &IRP) {
----------------
What does this TODO mean?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65977/new/
https://reviews.llvm.org/D65977
    
    
More information about the llvm-commits
mailing list