[PATCH] D62687: [Attributor] Deduce "nofree" function attribute
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul  8 16:31:31 PDT 2019
    
    
  
jdoerfert added a comment.
Once the test file is in, rebase this one and make sure `ninja check-all` works before you commit it. Also, there is a leftover FIXME in the code.
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:298
+    for (Instruction *I : OpcodeInstMap[Opcode]) {
+      // FIXME: Assume that all intrinsic function would free memory for now.
+
----------------
Leftover comment.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62687/new/
https://reviews.llvm.org/D62687
    
    
More information about the llvm-commits
mailing list