Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: src/compiler/loop-peeling.h

Issue 2140673007: [turbofan] Introduce explicit loop exits markers. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/compiler/loop-peeling.h
diff --git a/src/compiler/loop-peeling.h b/src/compiler/loop-peeling.h
index ea963b0f9c8ed30c11c6365e6d9417910ac673ef..3ee20743bd227e6978fde537cd15e5fcc33a842d 100644
--- a/src/compiler/loop-peeling.h
+++ b/src/compiler/loop-peeling.h
@@ -33,6 +33,7 @@ class LoopPeeler {
static PeeledIteration* Peel(Graph* graph, CommonOperatorBuilder* common,
LoopTree* loop_tree, LoopTree::Loop* loop,
Zone* tmp_zone);
+ static void EliminateLoopExits(Graph* graph, Zone* temp_zone);
};

Powered by Google App Engine
This is Rietveld 408576698