[PATCH] D17201: [SCEV] Introduce a guarded backedge taken count and use it in LAA and LV

silviu.baranga@arm.com via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 10:32:38 PDT 2016


sbaranga added inline comments.

================
Comment at: lib/Analysis/ScalarEvolution.cpp:5306
@@ +5305,3 @@
+
+  RemoveLoopFromBackedgeMap(BackedgeTakenCounts);
+  RemoveLoopFromBackedgeMap(PredicatedBackedgeTakenCounts);
----------------
Sanjoy, I've left this as is for now. Let me know if you prefer the form above, and I'll try to change the code to use it.


http://reviews.llvm.org/D17201





More information about the llvm-commits mailing list