[PATCH] D28158: [SCEV] limit recursion depth and operands number in getAddExpr

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 10:54:03 PST 2017


sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.

lgtm!  Sorry for the delay.



================
Comment at: include/llvm/Analysis/ScalarEvolution.h:1619
+  const SCEV *getOrCreateAddExpr(SmallVectorImpl<const SCEV *> &Ops,
+                                        SCEV::NoWrapFlags Flags);
+
----------------
Please clang-format this bit.


https://reviews.llvm.org/D28158





More information about the llvm-commits mailing list