[PATCH] D21645: [CFLAA] Propagate StratifiedAttrs from callee to caller

Jia Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 16:47:53 PDT 2016


grievejia added inline comments.

================
Comment at: lib/Analysis/CFLAliasAnalysis.cpp:645
@@ -602,3 +644,3 @@
 
-    GetEdgesVisitor(Analysis, TLI, Graph, ExternalValues, EscapedValues,
-                    InterprocEdges)
+    GetEdgesVisitor(Analysis, TLI, Graph, ReturnedValues, ExternalValues,
+                    EscapedValues, InterprocEdges, InterprocAttrs)
----------------
george.burgess.iv wrote:
> Nit: Is there a reason this isn't a member of the CFLGraphBuilder?
Can you elaborate? Which variable did you refer to?


http://reviews.llvm.org/D21645





More information about the llvm-commits mailing list