[PATCH] D36987: [ThinLTO} Add modref information to call info in function summary

Charles Saternos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 16:06:37 PDT 2017


ncharlie added a comment.

Continuation of: https://reviews.llvm.org/D36910



================
Comment at: include/llvm/IR/ModuleSummaryIndex.h:300
   struct FFlags {
-    unsigned ReadNone : 1;
-    unsigned ReadOnly : 1;
+    unsigned ReadNone : 1; // TODO: change to ReadNoneIgnoringCalls
+    unsigned ReadOnly : 1; // TODO: change to ReadOnlyIgnoringCalls
----------------
Are we going with ReadNoneIgnoringCalls and ReadOnlyIgnoringCalls?


https://reviews.llvm.org/D36987





More information about the llvm-commits mailing list