[PATCH] D36367: [Phab test] Testing expansion of O0 O3 etc.

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 5 14:25:22 PDT 2017


silvas created this revision.

I'm mostly interested in how Phab expands this when it sends an email. (right now it will expand `at O3 we ...` to `at  `https://reviews.llvm.org/owners/package/3/ we ...` which is annoying).

Sorry for the noise. You can safely ignore this patch.


https://reviews.llvm.org/D36367

Files:
  lib/Analysis/LazyCallGraph.cpp


Index: lib/Analysis/LazyCallGraph.cpp
===================================================================
--- lib/Analysis/LazyCallGraph.cpp
+++ lib/Analysis/LazyCallGraph.cpp
@@ -92,6 +92,7 @@
                       LazyCallGraph::Edge::Call);
             }
 
+
       for (Value *Op : I.operand_values())
         if (Constant *C = dyn_cast<Constant>(Op))
           if (Visited.insert(C).second)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36367.109899.patch
Type: text/x-patch
Size: 400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170805/b0635184/attachment.bin>


More information about the llvm-commits mailing list