[PATCH] D14296: [LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV expressions

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 07:08:44 PST 2015


sbaranga added a comment.

Thanks, Adam! r255115

-Silviu


================
Comment at: lib/Transforms/Utils/LoopUtils.cpp:736
@@ +735,3 @@
+  const SCEV *Expr = SE.getSCEV(V);
+  RewriteEntry &Entry = RewriteMap[Expr];
+
----------------
We can. I used [] instead which does FindAndConstruct.


http://reviews.llvm.org/D14296





More information about the llvm-commits mailing list