[PATCH] D58994: [SCEV] Use depth limit for trunc analysis

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 21:32:27 PDT 2019


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

lgtm!



================
Comment at: lib/Analysis/ScalarEvolution.cpp:205
 static cl::opt<unsigned>
     MaxExtDepth("scalar-evolution-max-ext-depth", cl::Hidden,
+                cl::desc("Maximum depth of recursive SExt/ZExt/Trunc"),
----------------
Let's rename this now, maybe to `MaxCastDepth`?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58994/new/

https://reviews.llvm.org/D58994





More information about the llvm-commits mailing list